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!)
A293864 a(0) = a(1) = 1; a(n) = n! * [x^n] (Sum_{k=0..n-1} a(k)*x^k/k!)^n. 3
1, 1, 2, 42, 2472, 295320, 61369920, 20250513360, 9970976453760, 6994020967113600, 6738118625057702400, 8654627604114610272000, 14457770976132703296000000, 30761772133454776218220416000, 81885712959925376996901780172800, 268520193454950330194198952198144000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From Vaclav Kotesovec, Oct 18 2017: (Start)
a(n) ~ c * n!^3/sqrt(n), where c = 0.500612869985729164508780668394780439268735...
a(n) ~ c * n^(3*n+1)/exp(3*n), where c = 7.884457436083884678947729926892032034...
(End)
EXAMPLE
E.g.f. A(x) = 1 + x + 2*x^2/2! + 42*x^3/3! + 2472*x^4/4! + 295320*x^5/5! + 61369920*x^6/6! + ...
MATHEMATICA
a[n_] := a[n] = n! SeriesCoefficient[Sum[a[k] x^k/k!, {k, 0, n - 1}]^n, {x, 0, n}]; a[0] = 1; a[1] = 1; Table[a[n], {n, 0, 15}]
CROSSREFS
Sequence in context: A235776 A216336 A152286 * A208297 A278150 A193271
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 18 2017
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 02:42 EDT 2024. Contains 371917 sequences. (Running on oeis4.)