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!)
A337592 a(0) = 1; a(n) = (1/n) * Sum_{k=1..n} binomial(n,k)^2 * k * 2^(k-1) * a(n-k). 5
1, 1, 4, 28, 312, 4936, 104128, 2806336, 93560064, 3765265408, 179415074304, 9964625629696, 636737424291840, 46303081167540224, 3796275000959266816, 348100339275620651008, 35448445862069986361344, 3984266642444252234153984, 491556877841462376382332928 (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,2*sqrt(2*x)) - 1) / 2).
Sum_{n>=0} a(n) * x^n / (n!)^2 = exp(Sum_{n>=1} 2^(n-1) * x^n / (n!)^2).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = (1/n) Sum[Binomial[n, k]^2 k 2^(k - 1) a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 18}]
nmax = 18; CoefficientList[Series[Exp[(BesselI[0, 2 Sqrt[2 x]] - 1)/2], {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A295258 A177554 A316212 * A192485 A332097 A358072
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)