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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143634 E.g.f. satisfies: A(x) = exp(x*A(((x+1)^3-1)/3)). 2
1, 1, 3, 22, 253, 4256, 96727, 2828274, 102988937, 4553158024, 239618067211, 14775790894734, 1053758625896077, 85965003368491300, 7947211237328151167, 825821792546485330306, 95772123012223308982673 (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, 3)(x), x, n)*n!: seq (a(n), n=0..21);

CROSSREFS

Cf. 3rd column of A143632.

Sequence in context: A052677 A136741 A132693 * A054595 A054594 A005264

Adjacent sequences:  A143631 A143632 A143633 * A143635 A143636 A143637

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 16 14:37 EST 2012. Contains 205930 sequences.