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!)
A090199 a(n) = N(6,n), where N(6,x) is the 6th Narayana polynomial. 6
1, 132, 903, 3304, 8925, 20076, 39907, 72528, 123129, 198100, 305151, 453432, 653653, 918204, 1261275, 1698976, 2249457, 2933028, 3772279, 4792200, 6020301, 7486732, 9224403, 11269104, 13659625, 16437876, 19649007, 23341528, 27567429 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = N(6, n)= Sum_{k>0} A001263(6, k)*n^(k-1) = n^5 + 15*n^4 + 50*n^3 + 50*n^2 + 15*n + 1.
G.f.: (1 +126*x +126*x^2 -154*x^3 +21*x^4)/(1-x)^6. - Philippe Deléham, Apr 03 2013
E.g.f.: (1 +131*x +320*x^2 +165*x^3 +25*x^4 +x^5)*exp(x). - G. C. Greubel, Feb 16 2021
MATHEMATICA
Table[(n+1)*(n^4 +14*n^3 +36*n^2 +14*n +1), {n, 0, 30}] (* G. C. Greubel, Feb 16 2021 *)
LinearRecurrence[{6, -15, 20, -15, 6, -1}, {1, 132, 903, 3304, 8925, 20076}, 30] (* or *) CoefficientList[Series[(1+126 x+126 x^2-154 x^3+21 x^4)/(-1+x)^6, {x, 0, 30}], x] (* Harvey P. Dale, Jul 24 2021 *)
PROG
(PARI) a(n)=n^5+15*n^4+50*n^3+50*n^2+15*n+1 \\ Charles R Greathouse IV, Jan 17 2012
(Sage) [(n+1)*(n^4 +14*n^3 +36*n^2 +14*n +1) for n in (0..30)] # G. C. Greubel, Feb 16 2021
(Magma) [(n+1)*(n^4 +14*n^3 +36*n^2 +14*n +1): n in [0..30]]; // G. C. Greubel, Feb 16 2021
CROSSREFS
Sequence in context: A158543 A156958 A305271 * A239598 A033278 A362104
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Jan 22 2004
EXTENSIONS
Corrected generating function in Formula field. - Harvey P. Dale, Jul 24 2021
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 20 05:07 EDT 2024. Contains 372703 sequences. (Running on oeis4.)