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!)
A336636 Sum_{n>=0} a(n) * x^n / (n!)^2 = exp(BesselI(0,2*sqrt(x))^3 - 1). 2
1, 3, 33, 660, 20817, 935388, 56149098, 4311694467, 410200118577, 47174279349540, 6431874002292978, 1023398757621960327, 187566773426941146498, 39164789611542644630415, 9229712819952662426436507, 2435069724188535096598261305 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = (1/n) * Sum_{k=1..n} binomial(n,k)^2 * A002893(k) * k * a(n-k).
MATHEMATICA
nmax = 15; CoefficientList[Series[Exp[BesselI[0, 2 Sqrt[x]]^3 - 1], {x, 0, nmax}], x] Range[0, nmax]!^2
a[0] = 1; a[n_] := a[n] = (1/n) Sum[Binomial[n, k]^2 HypergeometricPFQ[{1/2, -k, -k}, {1, 1}, 4] k a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 15}]
CROSSREFS
Sequence in context: A367427 A361212 A144756 * A364242 A091462 A340971
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 28 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 August 3 08:07 EDT 2024. Contains 374885 sequences. (Running on oeis4.)