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!)
A333985 a(0) = 0; a(n) = 6^(n-1) + (1/n) * Sum_{k=1..n-1} binomial(n,k)^2 * 6^(k-1) * (n-k) * a(n-k). 4
0, 1, 8, 102, 2448, 99576, 6070032, 517803840, 58901955840, 8614609282944, 1574889814326528, 351896788824053760, 94354291010501932032, 29899137879209196380160, 11053567519385396409446400, 4715135497874174650128617472, 2298676381054790419739595571200, 1270045124912998373344157769891840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / (n!)^2 = -log((7 - BesselI(0,2*sqrt(6*x))) / 6).
MATHEMATICA
a[0] = 0; a[n_] := a[n] = 6^(n - 1) + (1/n) Sum[Binomial[n, k]^2 6^(k - 1) (n - k) a[n - k], {k, 1, n - 1}]; Table[a[n], {n, 0, 17}]
nmax = 17; CoefficientList[Series[-Log[(7 - BesselI[0, 2 Sqrt[6 x]])/6], {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A366016 A328061 A305603 * A369184 A297069 A090237
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 04 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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)