cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A293577 Decimal expansion of number with continued fraction expansion 0, 1, 12, 123, 1234, 12345, 123456, ... (A007908).

This page as a plain text file.
%I A293577 #19 Apr 02 2025 03:12:42
%S A293577 9,2,3,1,2,4,9,9,9,6,8,3,4,5,0,2,4,1,1,7,4,0,1,2,3,3,0,6,0,9,8,4,2,1,
%T A293577 9,1,6,6,3,6,7,4,8,8,6,2,9,1,6,9,0,3,9,8,9,4,1,4,7,4,4,4,1,1,1,3,5,6,
%U A293577 7,3,9,1,1,6,5,1,4,7,4,5,2,7,3,5,4,1,2,5,4,0,4,3,2,5,1,5,0,1,9,1
%N A293577 Decimal expansion of number with continued fraction expansion 0, 1, 12, 123, 1234, 12345, 123456, ... (A007908).
%H A293577 G. C. Greubel, <a href="/A293577/b293577.txt">Table of n, a(n) for n = 0..5000</a> [a(5000) corrected by _Georg Fischer_, Apr 02 2025]
%e A293577 0.92312499968345024117401233060984219166367488... = 1/(1 + 1/(12 + 1/(123 + 1/(1234 + 1/(12345 + 1/(123456 + 1/...)))))).
%t A293577 Take[RealDigits[N[FromContinuedFraction[Table[FromDigits[Flatten[IntegerDigits[Range[n]]]], {n, 0, 20}]], 101]][[1]], 100]  (* modified by _Ilya Gutkovskiy_, Nov 08 2017 *)
%Y A293577 Cf. A007908, A030167, A052119, A264934.
%K A293577 nonn,cons
%O A293577 0,1
%A A293577 _Ilya Gutkovskiy_, Oct 12 2017
%E A293577 a(99) corrected by _G. C. Greubel_, Nov 07 2017