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!)
A336805 a(n) = (n!)^2 * Sum_{k=0..n} 3^(n-k) / (k!)^2. 4
1, 4, 49, 1324, 63553, 4766476, 514779409, 75672573124, 14529134039809, 3530579571673588, 1059173871502076401, 384480115355253733564, 166095409833469612899649, 84210372785569093740122044, 49515699197914627119191761873, 33423096958592373305454439264276, 25668938464198942698589009354963969 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / (n!)^2 = BesselI(0,2*sqrt(x)) / (1 - 3*x).
a(0) = 1; a(n) = 3 * n^2 * a(n-1) + 1.
MATHEMATICA
Table[n!^2 Sum[3^(n - k)/k!^2, {k, 0, n}], {n, 0, 16}]
nmax = 16; CoefficientList[Series[BesselI[0, 2 Sqrt[x]]/(1 - 3 x), {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A188682 A354865 A191301 * A029991 A129419 A212130
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 27 2021
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 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)