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!)
A135870 G.f. A(x) = (1 + x*A(3x))^2. 1

%I #2 Mar 30 2012 18:37:07

%S 1,2,13,246,13554,2210436,1076561037,1570714992558,6871883750090694,

%T 90179738434097457084,3550105797469080332658354,

%U 419263945026939228053105930844,148543119421079567735277052592081220

%N G.f. A(x) = (1 + x*A(3x))^2.

%C Self-convolution of A135869.

%o (PARI) {a(n)=local(A=1+x+x*O(x^n));for(i=0,n,A=1+x*subst(A,x,3*x)^2);polcoeff(A^2,n)}

%Y Cf. A135868, A135869.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Dec 02 2007

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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)