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!)
A171207 G.f. satisfies: A(x) = (1 + x*A(2x))^6. 3
1, 6, 87, 2468, 131799, 13400550, 2646848041, 1030386755856, 796631252763576, 1227659952939056640, 3777547269650299331856, 23228194648169000672639616, 285544368619000766118426358016, 7018967175754802830514246125923840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Self-convolution 6th power of A171206 where a(n) = A171206(n+1)/2^n for n>=0.
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=(1+x*subst(A, x, 2*x))^6); polcoeff(A, n)}
CROSSREFS
Sequence in context: A245984 A245982 A294045 * A173224 A210012 A226426
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 05 2009
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.)