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!)
A296201 Expansion of 1/(1 - x/(1 - x/(1 - x^2/(1 - x/(1 - x^3/(1 - x/(1 - x^4/(1 - ...)))))))), a continued fraction. 1

%I #7 Sep 18 2021 02:21:29

%S 1,1,2,4,9,21,50,120,290,704,1714,4181,10212,24965,61070,149458,

%T 365888,895932,2194178,5374262,13164426,32248616,79002180,193544446,

%U 474168003,1161691893,2846131055,6973047572,17084140245,41856763371,102550935614,251254982356,615588531011,1508227753087,3695249380509

%N Expansion of 1/(1 - x/(1 - x/(1 - x^2/(1 - x/(1 - x^3/(1 - x/(1 - x^4/(1 - ...)))))))), a continued fraction.

%F a(n) ~ c * d^n, where d = 2.450066970712861209761227155593662591019701927336233634485900133440192... and c = 0.21656595617747023258115906735909123622190252865232858964820650877171... - _Vaclav Kotesovec_, Sep 18 2021

%t nmax = 34; CoefficientList[Series[1/(1 + ContinuedFractionK[-x^(1 + k (1 + (-1)^k)/4), 1, {k, 0, nmax}]), {x, 0, nmax}], x]

%Y Cf. A004148, A005169, A023432, A088354, A088355, A296202.

%K nonn

%O 0,3

%A _Ilya Gutkovskiy_, Dec 07 2017

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 2 09:29 EDT 2024. Contains 373033 sequences. (Running on oeis4.)