login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143572 E.g.f. satisfies: A(x) = exp(x*A(x^8/8!)). 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 91, 496, 1981, 6436, 18019, 45046, 102961, 328186, 4375801, 56951038, 500352841, 3276290746, 17289324361, 77309034166, 302908144177, 1104328093276, 7519851360451, 134741602227376, 2095457847783301, 23492070829121896 (list; graph; refs; listen; history; internal format)
OFFSET

0,10

LINKS

Alois P. Heinz, Table of n, a(n) for n = 0..200

MAPLE

A:= proc(n) option remember; if n<=0 then 1 else unapply (convert (series (exp (x*A(n-8, k)(x^8/40320)), x, n+1), polynom), x) fi end: a:= n-> coeff (A(n)(x), x, n)*n!: seq(a(n), n=0..35);

CROSSREFS

8th column of A143565.

Sequence in context: A043088 A175710 A119047 * A002739 A079928 A002452

Adjacent sequences:  A143569 A143570 A143571 * A143573 A143574 A143575

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 24 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 04:48 EST 2012. Contains 205570 sequences.