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!)
A336637 Sum_{n>=0} a(n) * x^n / (n!)^2 = exp(BesselI(0,2*sqrt(x))^4 - 1). 2
1, 4, 60, 1648, 71612, 4448384, 370135632, 39480942848, 5227020747708, 837878205997216, 159457868003008640, 35459969754432262208, 9093585253916177728592, 2659611377508767798535488, 878768601771275773332660736, 325350340926291926090183214848 (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 * A002895(k) * k * a(n-k).
MATHEMATICA
nmax = 15; CoefficientList[Series[Exp[BesselI[0, 2 Sqrt[x]]^4 - 1], {x, 0, nmax}], x] Range[0, nmax]!^2
a[0] = 1; a[n_] := a[n] = (1/n) Sum[Binomial[n, k]^2 Binomial[2 k, k] HypergeometricPFQ[{1/2, -k, -k, -k}, {1, 1, 1/2 - k}, 1] k a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 15}]
CROSSREFS
Sequence in context: A013485 A324959 A098630 * A330069 A211309 A013502
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 April 24 11:19 EDT 2024. Contains 371936 sequences. (Running on oeis4.)