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!)
A336227 a(0) = 1; a(n) = n * Sum_{k=0..n-1} binomial(n-1,k)^2 * a(k). 5
1, 1, 4, 27, 292, 4425, 89106, 2280901, 71928872, 2728450017, 122145511510, 6354868381521, 379376236939404, 25710543779239501, 1960001963705060926, 166753195643254805565, 15724259680648667902096, 1633462474351643785483457, 185931510605274506452763166 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!)^2 * [x^n] exp(sqrt(x) * BesselI(1,2*sqrt(x))).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = n Sum[Binomial[n - 1, k]^2 a[k], {k, 0, n - 1}]; Table[a[n], {n, 0, 18}]
nmax = 18; CoefficientList[Series[Exp[Sqrt[x] BesselI[1, 2 Sqrt[x]]], {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A295255 A203157 A304340 * A119820 A159599 A221411
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 12 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 May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)