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!)
A229918 Numerators of convergents of self-generating continued fraction with first term 2. 2

%I #12 Oct 13 2013 10:06:07

%S 2,5,29,961,1061329,1292942940721,1919252026700932310361841,

%T 4228845073866683906973727166841825390255402119281,

%U 20530699713334053449042480498993532340748805163335394099953181550394504111546117863646046977966961

%N Numerators of convergents of self-generating continued fraction with first term 2.

%C For x > 0, define c(x,0) = x and c(x,n) = [c(x,0), ..., c(x,n-1)]. We call f(x) the self-generating continued fraction with first term x. See A229779.

%H Vincenzo Librandi, <a href="/A229918/b229918.txt">Table of n, a(n) for n = 0..11</a>

%e The first four convergents are 2/1, 5/2, 29/12, 961/396.

%t z = 10; c[x_, 0] := x; c[x_, n_] := c[x, n] = FromContinuedFraction[Table[c[x, k], {k, 0, n - 1}]]; x = 2; t = Table[c[x, k], {k, 1, z}];

%t Numerator[t] (* A229918 *)

%t Denominator[t] (* A229919 *)

%Y Cf. A229779, A229919, A229920.

%K nonn,frac

%O 0,1

%A _Clark Kimberling_, Oct 03 2013

%E a(8) corrected by _Vincenzo Librandi_, Oct 13 2013

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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)