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!)
A336197 a(0) = 1; a(n) = Sum_{k=0..n-1} binomial(n,k)^5 * a(k). 6
1, 1, 33, 8263, 8718945, 28076306251, 224968772934303, 3896175006605313013, 131557135159637950535265, 8004845815916146011992853811, 824857614282973828473497207276283, 136888961901974254918775560412316183913, 35099479542762449254288789631427310686677535 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!)^5 * [x^n] 1 / (1 - Sum_{k>=1} x^k / (k!)^5).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k]^5 a[k], {k, 0, n - 1}]; Table[a[n], {n, 0, 12}]
nmax = 12; CoefficientList[Series[1/(1 - Sum[x^k/(k!)^5, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!^5
CROSSREFS
Column k=5 of A326322.
Sequence in context: A099828 A099827 A269793 * A336261 A060705 A061687
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 11 2020
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 June 11 19:50 EDT 2024. Contains 373317 sequences. (Running on oeis4.)