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!)
A285408 Expansion of 1/(1 + x/(1 + x^4/(1 + x^9/(1 + x^16/(1 + x^25/(1 + ... + x^(k^2)/(1 + ...))))))), a continued fraction. 4
1, -1, 1, -1, 1, 0, -1, 2, -3, 3, -2, 0, 3, -6, 7, -6, 2, 5, -12, 17, -17, 9, 6, -24, 40, -45, 32, -1, -44, 89, -112, 97, -34, -72, 189, -272, 273, -153, -84, 380, -637, 723, -526, 22, 703, -1427, 1824, -1593, 575, 1126, -3041, 4423, -4461, 2562, 1251, -6096 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
EXAMPLE
G.f.: A(x) = 1 - x + x^2 - x^3 + x^4 - x^6 + 2*x^7 - 3*x^8 + 3*x^9 - 2*x^10 + ...
MATHEMATICA
nmax = 55; CoefficientList[Series[1/(1 + ContinuedFractionK[x^k^2, 1, {k, 1, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A076585 A323186 A022906 * A101914 A099530 A167544
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 18 2017
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 July 13 14:24 EDT 2024. Contains 374284 sequences. (Running on oeis4.)