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!)
A292022 a(n) = 4n(n^2+2). 0
12, 48, 132, 288, 540, 912, 1428, 2112, 2988, 4080, 5412, 7008, 8892, 11088, 13620, 16512, 19788, 23472, 27588, 32160, 37212, 42768, 48852, 55488, 62700, 70512, 78948, 88032, 97788, 108240, 119412, 131328, 144012, 157488, 171780, 186912, 202908, 219792, 237588 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n > 1, Wiener index of the 2n-crossed prism graph.
LINKS
Eric Weisstein's World of Mathematics, Crossed Prism Graph
Eric Weisstein's World of Mathematics, Wiener Index
FORMULA
a(n) = 4*n*(n^2 + 2).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
G.f.: (12 x (1 + x^2))/(-1 + x)^4.
MATHEMATICA
Table[4 n (n^2 + 2), {n, 50}]
LinearRecurrence[{4, -6, 4, -1}, {12, 48, 132, 288}, 20]
CoefficientList[Series[(12 (1 + x^2))/(-1 + x)^4, {x, 0, 20}], x]
CROSSREFS
Sequence in context: A173548 A006564 A239352 * A265040 A059162 A333032
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)