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!)
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)