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

%I #4 Mar 14 2015 11:49:00

%S 1,4,38,708,24961,1682688,220959136,57266675520,29497077110720,

%T 30294634141775360,62134850895148484608,254691311135373319017472,

%U 2087196424913845641682560512,34202892422993270952623113994240

%N G.f. satisfies: A(x) = (1 + x*A(2x))^4.

%F Self-convolution 4th power of A171202 where a(n) = A171202(n+1)/2^n for n>=0.

%o (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)}

%Y Cf. A135868, A171200, A171201, A171202, A171204-A171211.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Dec 05 2009

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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)