The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307918 Number of (undirected) paths in the n-dipyramidal graph. 0
3, 26, 111, 396, 1235, 3414, 8463, 19064, 39555, 76530, 139535, 241860, 401427, 641774, 993135, 1493616, 2190467, 3141450, 4416303, 6098300, 8285907, 11094534, 14658383, 19132392, 24694275, 31546658, 39919311, 50071476, 62294291, 76913310, 94291119, 114830048 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Extended to a(1)-a(2) using the formula/recurrence.
LINKS
Eric Weisstein's World of Mathematics, Dipyramidal Graph
Eric Weisstein's World of Mathematics, Graph Path
FORMULA
a(n) = n*(-135 + 293*n - 180*n^2 + 80*n^3 - 15*n^4 + 2*n^5)/15.
a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7).
G.f.: x*(-3 - 5*x + 8*x^2 - 60*x^3 + 11*x^4 - 47*x^5)/(-1 + x)^7.
MATHEMATICA
Table[n (-135 + 293 n - 180 n^2 + 80 n^3 - 15 n^4 + 2 n^5)/15, {n, 20}]
LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {3, 26, 111, 396, 1235, 3414, 8463}, 20]
CoefficientList[Series[(-3 - 5 x + 8 x^2 - 60 x^3 + 11 x^4 - 47 x^5)/(-1 + x)^7, {x, 0, 20}], x]
CROSSREFS
Sequence in context: A169832 A322300 A100606 * A055330 A034495 A034493
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, May 06 2019
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 May 28 14:20 EDT 2024. Contains 372913 sequences. (Running on oeis4.)