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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143573 E.g.f. satisfies: A(x) = exp(x*A(x^9/9!)). 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 111, 661, 2861, 10011, 30031, 80081, 194481, 437581, 1385671, 20323161, 294517861, 2851708861, 20461620411, 117812647921, 572637720601, 2430703053351, 9228958338601, 32965820988101, 225123959060001, 4466029537119151 (list; graph; refs; listen; history; internal format)
OFFSET

0,11

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-9, k)(x^9/362880)), x, n+1), polynom), x) fi end: a:= n-> coeff (A(n)(x), x, n)*n!: seq(a(n), n=0..36);

CROSSREFS

9th column of A143565.

Sequence in context: A062095 A055657 A049121 * A058947 A101680 A164553

Adjacent sequences:  A143570 A143571 A143572 * A143574 A143575 A143576

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 15 10:52 EST 2012. Contains 205763 sequences.