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!)
A352468 a(0) = 1; a(n) = Sum_{k=1..n} binomial(2*n,2*k)^3 * a(n-k). 2
1, 1, 217, 735751, 16225658905, 1485378967457251, 429009059656530602767, 324779065084721999818137709, 563805297587600177760431368896025, 2028620600892240327820781003315525267467, 13978450121866685445815888094629703793828769467 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^(2*n) / (2*n)!^3 = 1 / (1 - Sum_{n>=1} x^(2*n) / (2*n)!^3).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[2 n, 2 k]^3 a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 10}]
nmax = 20; Take[CoefficientList[Series[1/(1 - Sum[x^(2 k)/(2 k)!^3, {k, 1, nmax}]), {x, 0, nmax}], x] Range[0, nmax]!^3, {1, -1, 2}]
CROSSREFS
Sequence in context: A100794 A048258 A013541 * A167912 A038662 A121379
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 May 3 08:32 EDT 2024. Contains 372207 sequences. (Running on oeis4.)