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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144003 E.g.f. A(x) satisfies: A(x) = 1 + Series_Reversion( Integral 1/A(x)^3 dx ). 2
1, 1, 3, 24, 339, 7101, 200961, 7256277, 321662502, 17029233774, 1054682936433, 75199620036177, 6094256204678922, 555527437385512095, 56468189426338157580, 6353824422205136494044, 786458781488123265873519 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

PROG

(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=1+serreverse(intformal(1/A^3))); n!*polcoeff(A, n)}

CROSSREFS

Cf. A001028, A144002, A144004.

Sequence in context: A047056 A003236 A082166 * A153389 A010791 A145169

Adjacent sequences:  A144000 A144001 A144002 * A144004 A144005 A144006

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 07 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 01:31 EST 2012. Contains 205860 sequences.