The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A361094 E.g.f. satisfies A(x) = exp( 1/(1 - x * A(x)^3) - 1 ). 8
1, 1, 9, 166, 4717, 182136, 8911549, 528571408, 36864033945, 2956595372416, 268116203622961, 27128338649300736, 3029974270053623941, 370289278173654092800, 49150116757136815109733, 7041536364582774222616576, 1083004122024520209576760369 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (3*n+1)^(k-1) * binomial(n-1,n-k)/k!.
a(n) ~ (5 + sqrt(21))^n * n^(n-1) / (3^(3/4) * 7^(1/4) * 2^n * exp((3 - sqrt(21))/6 + (5 - sqrt(21))*n/2)). - Vaclav Kotesovec, Mar 02 2023
MATHEMATICA
Table[n! * Sum[(3*n+1)^(k-1) * Binomial[n-1, n-k]/k!, {k, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Mar 02 2023 *)
PROG
(PARI) a(n) = n!*sum(k=0, n, (3*n+1)^(k-1)*binomial(n-1, n-k)/k!);
CROSSREFS
Sequence in context: A166180 A004107 A180831 * A367135 A367139 A180819
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 01 2023
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 May 14 20:17 EDT 2024. Contains 372533 sequences. (Running on oeis4.)