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!)
A340886 a(0) = 1; a(n) = Sum_{k=0..n-1} binomial(n,k)^2 * 2^(n-k-1) * a(k). 2
1, 1, 6, 76, 1720, 60816, 3096384, 214579296, 19422473088, 2224980891904, 314675568756736, 53849929134122496, 10966912240761425920, 2621246193301011159040, 726608751113679704248320, 231217063994112487051984896, 83713709650818121936828858368 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / (n!)^2 = 2 / (3 - BesselI(0,2*sqrt(2*x))).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k]^2 2^(n - k - 1) a[k], {k, 0, n - 1}]; Table[a[n], {n, 0, 16}]
nmax = 16; CoefficientList[Series[2/(3 - BesselI[0, 2 Sqrt[2 x]]), {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A218303 A132613 A009763 * A305999 A274464 A028979
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 25 2021
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 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)