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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145161 G.f. A(x) satisfies A(x/A(x)) = 1/(1-x)^3. 2
1, 3, 15, 118, 1287, 17547, 279742, 5006016, 98012094, 2064544861, 46251043536, 1092948858498, 27078465176915, 700154717998512, 18825830520559743, 524889708138232101, 15140268414007624623, 450944670503507069127 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Self-convolution cube of A145160.

PROG

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

CROSSREFS

Cf. A145160.

Sequence in context: A087806 A080290 A136654 * A121422 A060639 A068052

Adjacent sequences:  A145158 A145159 A145160 * A145162 A145163 A145164

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 03 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 04:48 EST 2012. Contains 205570 sequences.