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!)
A352465 a(0) = 1; a(n) = (1/n) * Sum_{k=1..n} binomial(2*n,2*k)^2 * k * a(n-k). 1
1, 1, 19, 1576, 356035, 172499176, 154989443170, 234120771123513, 553941959716031715, 1945912976888526218512, 9731900583801946493234794, 66990924607889809703423378253, 617312916540194845307221190273098, 7439659538258619452171059589120614701 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^(2*n) / (2*n)!^2 = exp( Sum_{n>=1} x^(2*n) / (2*n)!^2 ).
Sum_{n>=0} a(n) * x^(2*n) / (2*n)!^2 = exp( (BesselI(0,2*sqrt(x)) + BesselJ(0,2*sqrt(x))) / 2 - 1 ).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = (1/n) Sum[Binomial[2 n, 2 k]^2 k a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 13}]
nmax = 26; Take[CoefficientList[Series[Exp[Sum[x^(2 k)/(2 k)!^2, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!^2, {1, -1, 2}]
CROSSREFS
Sequence in context: A217830 A002115 A223498 * A054949 A375219 A242564
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 17 2022
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 September 16 00:43 EDT 2024. Contains 375959 sequences. (Running on oeis4.)