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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A171209 G.f. satisfies: A(x) = (1 + x*A(2x))^7. 3
1, 7, 119, 3955, 247093, 29355725, 6770018269, 3075928905505, 2774997766597238, 4989660046676105752, 17913062958150482828608, 128508635121001835101510976, 1843071985575998120371392747776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Self-convolution 7th power of A171208 where a(n) = A171208(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))^7); polcoeff(A, n)}
CROSSREFS
Sequence in context: A113667 A357351 A192565 * A296731 A092612 A263943
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 December 3 05:03 EST 2023. Contains 367531 sequences. (Running on oeis4.)