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!)
A354304 a(n) is the numerator of Sum_{k=0..n} (-1)^k / (k!)^2. 2
1, 0, 1, 2, 43, 403, 23213, 118483, 51997111, 1842647621, 327581799289, 8918414485643, 4670006130663971, 361730891537680087, 130890931830249779173, 427294615628884602769, 6534075316966068976316143, 885163015595247156635327497, 41526561745210509140249210357 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
Numerators of coefficients in expansion of BesselJ(0,2*sqrt(x)) / (1 - x).
EXAMPLE
1, 0, 1/4, 2/9, 43/192, 403/1800, 23213/103680, 118483/529200, 51997111/232243200, 1842647621/8230118400, ...
MATHEMATICA
Table[Sum[(-1)^k/(k!)^2, {k, 0, n}], {n, 0, 18}] // Numerator
nmax = 18; CoefficientList[Series[BesselJ[0, 2 Sqrt[x]]/(1 - x), {x, 0, nmax}], x] // Numerator
CROSSREFS
Sequence in context: A073594 A349927 A112097 * A220270 A240550 A142199
KEYWORD
nonn,frac
AUTHOR
Ilya Gutkovskiy, May 23 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 August 3 18:58 EDT 2024. Contains 374899 sequences. (Running on oeis4.)