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!)
A337594 a(0) = 1; a(n) = (1/n) * Sum_{k=1..n} binomial(n,k)^2 * k * 4^(k-1) * a(n-k). 5
1, 1, 6, 58, 920, 21176, 654960, 26114768, 1298070912, 78359732608, 5630565514496, 473796572027648, 46060380961356800, 5114737212582603776, 642502387594286036992, 90542358999393528670208, 14209873001490130067095552, 2467784343879850163370295296, 471558856613839054976849608704 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / (n!)^2 = exp((BesselI(0,4*sqrt(x)) - 1) / 4).
Sum_{n>=0} a(n) * x^n / (n!)^2 = exp(Sum_{n>=1} 4^(n-1) * x^n / (n!)^2).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = (1/n) Sum[Binomial[n, k]^2 k 4^(k - 1) a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 18}]
nmax = 18; CoefficientList[Series[Exp[(BesselI[0, 4 Sqrt[x]] - 1)/4], {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A302922 A370908 A366298 * A274985 A034982 A156147
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 02 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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)