The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A121651 A bisection of A121649; a(n) = A121649(2*n+1) = A121648(2*n+1)^(1/2). 3
1, 2, 5, 16, 51, 170, 564, 1972, 6847, 24340, 86071, 309554, 1108068, 4003278, 14415482, 52545636, 190858943, 698449146, 2548778173, 9373091678, 34371148421, 126710479728, 466022254144, 1723632401438, 6360225558484 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: A(x) = B(x)/(1 - x*B(x)^2), where B(x) = Sum_{n>=0} A121649(n)^2*x^n is the g.f. of A121648.
EXAMPLE
A(x) = 1 + 2*x + 5*x^2 + 16*x^3 + 51*x^4 + 170*x^5 + 564*x^6 +...
B(x)/A(x) = 1 - x - 2*x^2 - 3*x^3 - 10*x^4 -27*x^5 -76*x^6 -212*x^7-...
B(x)/A(x) = 1 - x*B(x)^2, where
B(x)^2 = 1 + 2*x + 3*x^2 + 10*x^3 + 27*x^4 + 76*x^5 + 212*x^6 +...
and B(x) is the g.f. of A121648 where all coefficients are squares:
B(x) = 1 + x + x^2 + 4*x^3 + 9*x^4 + 25*x^5 + 64*x^6 + 256*x^7 +...
PROG
(PARI) {a(n)=local(B=1+x); if(n==0, 1, for(m=0, n, B=1/(1-x*sum(k=0, m, polcoeff(B, k)^2*x^(2*k))+O(x^(2*n+2)))); polcoeff(B, 2*n+1))}
CROSSREFS
Sequence in context: A118973 A148386 A148387 * A054660 A231296 A148388
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 14 2006
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 June 7 14:59 EDT 2024. Contains 373202 sequences. (Running on oeis4.)