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!)
A340887 a(0) = 1; a(n) = Sum_{k=0..n-1} binomial(n,k)^2 * 3^(n-k-1) * a(k). 2
1, 1, 7, 99, 2511, 99531, 5680125, 441226521, 44766049599, 5748319130283, 911271895816077, 174799606363478361, 39903413238125862309, 10690643656077551475921, 3321750648705212259711063, 1184831658624977151885176859, 480843465699932167142334581919 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / (n!)^2 = 3 / (4 - BesselI(0,2*sqrt(3*x))).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k]^2 3^(n - k - 1) a[k], {k, 0, n - 1}]; Table[a[n], {n, 0, 16}]
nmax = 16; CoefficientList[Series[3/(4 - BesselI[0, 2 Sqrt[3 x]]), {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A041087 A041084 A115066 * A272957 A123616 A001594
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 25 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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)