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!)
A238429 Expansion of F(x) where F(x) = 1 + x / (1 - x^2 / F(x^2) ). 1
1, 1, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, -10, 0, 0, 0, 0, 0, -5, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, -25, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 43, 0, 0, 0, 0, 0, -57, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 74, 0, 0, 0, 0, 0, -124, 0, 0, 0, 0, 0, 56, 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, -258 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,46
COMMENTS
The sequence of nonzero terms is (apart from the term a(1)=1 here) the same as that for A218031, see the formula "F(x) - x = A(x^3)".
LINKS
FORMULA
G.f.: F(x) = 1+x/ (1-x^2/ (1+x^2/ (1-x^4/ (1+x^4 /(1-x^8/ (1+x^8/ (1-x^16/ ... ))))))) (continued fraction).
F(x) - x = A(x^3) where A(x) is the g.f. of A218031. Note that for G(x) = F(x) - x we have G(x) = 1 + x^3/G(x^2) = 1 + x^3/(1 + x^6 / G(x^2) ) = ... = 1 + x^3/(1 + x^6 / (1 + x^12 / (1 + x^24 / (...) ) ) ) = A(x^3).
PROG
(PARI)
N=166; R=O('x^N); x='x+R;
F = 1; for (k=1, N+1, F = 1 + x / (1 - x^2 / subst(F, 'x, 'x^2) ) + R; );
Vec(F)
CROSSREFS
Sequence in context: A316898 A351254 A356303 * A332671 A074039 A047764
KEYWORD
sign
AUTHOR
Joerg Arndt, Feb 28 2014
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 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)