login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145168 G.f. A(x) satisfies A(x/A(x)^3) = 1/(1-x)^2. 3
1, 2, 15, 226, 4959, 136338, 4361818, 155947386, 6080986701, 254568183028, 11318103523886, 530301559146450, 26035289254487166, 1333502730683975402, 71012366873757289557, 3921010145962481940986, 223985973308662486807733 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Self-convolution square of A145167.
Self-convolution cube yields A145170.
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n), B); for(n=0, n, B=serreverse(x/A^3); A=1/(1-B)^2); polcoeff(A, n)}
CROSSREFS
Cf. A145167, A145169, A145170 (A^3).
Sequence in context: A207037 A218798 A176337 * A184357 A090301 A297087
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 03 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)