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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144002 E.g.f. A(x) satisfies: A(x) = 1 + Series_Reversion( Integral 1/A(x)^2 dx ). 3
1, 1, 2, 10, 88, 1152, 20448, 464608, 12998176, 435443328, 17106187520, 775347933312, 40025403691136, 2328514989726720, 151324140857050624, 10904257049278844416, 865717992565002800640, 75309304802558209263616 (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^2))); n!*polcoeff(A, n)}

CROSSREFS

Cf. A001028, A144003, A144004.

Sequence in context: A185388 A111811 A186448 * A060350 A096658 A186184

Adjacent sequences:  A143999 A144000 A144001 * A144003 A144004 A144005

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 14 20:13 EST 2012. Contains 205663 sequences.