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!)
A171203 G.f. satisfies: A(x) = (1 + x*A(2x))^4. 3
1, 4, 38, 708, 24961, 1682688, 220959136, 57266675520, 29497077110720, 30294634141775360, 62134850895148484608, 254691311135373319017472, 2087196424913845641682560512, 34202892422993270952623113994240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Self-convolution 4th power of A171202 where a(n) = A171202(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))^4); polcoeff(A, n)}
CROSSREFS
Sequence in context: A177382 A201861 A171779 * A096332 A084284 A084285
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)