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!)
A288037 Number of (undirected) paths in the n-web graph. 1
285, 984, 2855, 7488, 18431, 43504, 99783, 224280, 496727, 1087992, 2362607, 5095216, 10926255, 23318880, 49563959, 104972328, 221623847, 466594600, 979869471, 2053083648, 4292838335, 8958997584, 18664612775, 38822433208, 80631250551, 167235234264, 346415895503 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
Eric Weisstein's World of Mathematics, Graph Path
Eric Weisstein's World of Mathematics, Web Graph
FORMULA
a(n) = n*(-104+89*2^n-52*n-8*n^2)/4.
a(n) = 8*a(n-1)-26*a(n-2)+44*a(n-3)-41*a(n-4)+20*a(n-5)-4*a(n-6).
G.f.: x^3*(285 - 1296*x + 2393*x^2 - 2308*x^3 + 1146*x^4 - 232*x^5) / ((1 - x)^4*(1 - 2*x)^2). - Colin Barker, Jun 05 2017
MATHEMATICA
Table[1/4 n (-104 + 89 2^n - 52 n - 8 n^2), {n, 3, 20}]
LinearRecurrence[{8, -26, 44, -41, 20, -4}, {285, 984, 2855, 7488, 18431, 43504}, 18]
CoefficientList[Series[(285 - 1296 x + 2393 x^2 - 2308 x^3 + 1146 x^4 - 232 x^5)/((1 - x)^4 (1 - 2 x)^2), {x, 0, 20}], x]
PROG
(PARI) Vec(x^3*(285 - 1296*x + 2393*x^2 - 2308*x^3 + 1146*x^4 - 232*x^5) / ((1 - x)^4*(1 - 2*x)^2) + O(x^30)) \\ Colin Barker, Jun 05 2017
CROSSREFS
Sequence in context: A339681 A249954 A043415 * A105921 A209311 A176712
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Jun 04 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 25 09:24 EDT 2024. Contains 371967 sequences. (Running on oeis4.)