login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A292018 Wiener index for the n-Andrásfai graph. 0
1, 15, 44, 88, 147, 221, 310, 414, 533, 667, 816, 980, 1159, 1353, 1562, 1786, 2025, 2279, 2548, 2832, 3131, 3445, 3774, 4118, 4477, 4851, 5240, 5644, 6063, 6497, 6946, 7410, 7889, 8383, 8892, 9416, 9955, 10509, 11078, 11662, 12261, 12875, 13504, 14148, 14807, 15481 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Andrásfai Graph
Eric Weisstein's World of Mathematics, Wiener Index
FORMULA
a(n) = (5*n - 4)*(3*n - 1)/2.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: (x (-1 - 12 x - 2 x^2))/(-1 + x)^3.
MATHEMATICA
Table[(5 n - 4) (3 n - 1)/2, {n, 20}]
LinearRecurrence[{3, -3, 1}, {1, 15, 44}, 20]
CoefficientList[Series[(-1 - 12 x - 2 x^2)/(-1 + x)^3, {x, 0, 20}], x]
CROSSREFS
Sequence in context: A027845 A201810 A364081 * A289669 A295980 A029827
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Sep 07 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)