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!)
A338377 G.f. satisfies: A(x) = (1 + x * d/dx(x*A(x)) )^n. 3
1, 1, 9, 226, 10745, 811026, 88058362, 12920344256, 2453913830097, 584608650175630, 170543970449421371, 59769169004510011674, 24775053368568412720967, 11989194513429991057937296, 6698670769128767044654361520, 4280089524780608663200103685056, 3101341801862271814724389007080481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: A(x) = (1 + x * A(x) + x^2 * A'(x) )^n.
a(n) ~ A238223 * exp(1) * n! * n^(n + 1 - 1/n).
a(n) ~ A238223 * exp(1) * n^(n+1) * n! * (1 - log(n)/n).
EXAMPLE
a(2) = A113662(2) = 9
a(3) = A113663(3) = 226
a(4) = A113664(4) = 10745
a(5) = A113665(5) = 811026
a(6) = A113666(6) = 88058362
a(7) = A113667(7) = 12920344256
a(8) = A113668(8) = 2453913830097
PROG
(PARI) {a(n)=local(A=1+x*O(x^n)); for(i=1, n, A=(1+x*deriv(x*A))^n); polcoeff(A, n, x)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A285985 A330830 A218536 * A211048 A327146 A158728
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 23 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 26 06:23 EDT 2024. Contains 371990 sequences. (Running on oeis4.)