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!)
A354302 a(n) is the numerator of Sum_{k=0..n} 1 / (k!)^2. 2
1, 2, 9, 41, 1313, 5471, 1181737, 28952557, 1235309099, 150090055529, 30018011105801, 201787741322329, 523033825507476769, 44196358255381786981, 5774990812036553498851, 1949059399062336805862213, 997918412319916444601453057, 3697415655903280160125896583 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Numerators of coefficients in expansion of BesselI(0,2*sqrt(x)) / (1 - x).
EXAMPLE
1, 2, 9/4, 41/18, 1313/576, 5471/2400, 1181737/518400, 28952557/12700800, 1235309099/541900800, ...
MATHEMATICA
Table[Sum[1/(k!)^2, {k, 0, n}], {n, 0, 17}] // Numerator
nmax = 17; CoefficientList[Series[BesselI[0, 2 Sqrt[x]]/(1 - x), {x, 0, nmax}], x] // Numerator
CROSSREFS
Sequence in context: A020038 A330016 A056845 * A162273 A289684 A368764
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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)