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!)
A335501 a(0) = 1; a(n) = (2/n) * Sum_{k=0..n-1} binomial(n,k)^2 * (n-k) * a(k). 0
1, 2, 10, 86, 1098, 19142, 431926, 12150518, 414474570, 16781350694, 792845706630, 43107783435158, 2666346336398454, 185796230244565462, 14464057604306584774, 1248919312238777955086, 118855834572748011228490, 12397162719421869533115622 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (n!)^2 * [x^n] exp(2 * Sum_{k>=1} x^k / (k!)^2).
a(n) = (n!)^2 * [x^n] exp(2 * (BesselI(0,2*sqrt(x)) - 1)).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = (2/n) Sum[Binomial[n, k]^2 (n - k) a[k], {k, 0, n - 1}]; Table[a[n], {n, 0, 17}]
nmax = 17; CoefficientList[Series[Exp[2 Sum[x^k/(k!)^2, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A371005 A208833 A145082 * A355083 A295836 A245496
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 June 4 21:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)