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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143639 E.g.f. satisfies: A(x) = exp(x*A(((x+1)^8-1)/8)). 2
1, 1, 3, 37, 713, 20931, 900067, 51768739, 3815631297, 351259985449, 39429531406511, 5287999813256799, 833815716731955817, 152569133029591977895, 32033950906843181020467, 7643291957710224206903131, 2055010408602517321146955553, 618032357523179035120686532401 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

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

MAPLE

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

CROSSREFS

Cf. 8th column of A143632.

Sequence in context: A183960 A054596 A155667 * A143412 A003717 A201697

Adjacent sequences:  A143636 A143637 A143638 * A143640 A143641 A143642

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 27 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 00:26 EST 2012. Contains 205567 sequences.