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!)
A336639 Sum_{n>=0} a(n) * x^n / (n!)^2 = 1 / BesselJ(0,2*sqrt(x))^4. 3
1, 4, 36, 544, 12196, 377904, 15438816, 803602944, 51908768676, 4074743122384, 382079412133936, 42184889139337344, 5417567866536188896, 800808722921088352384, 135006904500993157933056, 25751088570167886107910144, 5517695042810314282550432676 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} (-1)^(k+1) * binomial(n,k)^2 * A002895(k) * a(n-k).
MATHEMATICA
nmax = 16; CoefficientList[Series[1/BesselJ[0, 2 Sqrt[x]]^4, {x, 0, nmax}], x] Range[0, nmax]!^2
a[0] = 1; a[n_] := a[n] = Sum[(-1)^(k + 1) Binomial[n, k]^2 Binomial[2 k, k] HypergeometricPFQ[{1/2, -k, -k, -k}, {1, 1, 1/2 - k}, 1] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 16}]
CROSSREFS
Column k=4 of A340986.
Sequence in context: A308333 A349650 A294359 * A178184 A070780 A132687
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 28 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 May 17 17:07 EDT 2024. Contains 372603 sequences. (Running on oeis4.)