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.

A127551 Decimal expansion of the number 5.1410381418412742236797378119983... having continued fraction expansion 5, 7, 11, 13, 17, 19, ... (successive odd primes starting from 5).

This page as a plain text file.
%I A127551 #7 Mar 15 2015 01:24:45
%S A127551 5,1,4,1,0,3,8,1,4,1,8,4,1,2,7,4,2,2,3,6,7,9,7,3,7,8,1,1,9,9,8,3,1,7,
%T A127551 4,0,9,2,8,3,3,0,6,7,3,9,1,1,3,5,3,4,2,0,7,2,1,1,0,2,1,0,5,6,2,5,0,6,
%U A127551 5,6,4,3,0,4,1,7,2,5,5,6,2,1,9,9,1,2,2,7,5,9,9,5,9,1,3,0,3,5,9,7,4,4,7,2,7
%N A127551 Decimal expansion of the number 5.1410381418412742236797378119983... having continued fraction expansion 5, 7, 11, 13, 17, 19, ... (successive odd primes starting from 5).
%e A127551 5.1410381418412742236797378119983174092833067391135342072110210562...
%t A127551 a = {}; Do[AppendTo[a, Prime[n]], {n, 3, 100}]; RealDigits[N[FromContinuedFraction[a], 100]][[1]]
%t A127551 RealDigits[ FromContinuedFraction[Prime /@ Range[3, 50]], 10, 111][[1]]
%Y A127551 Cf. A064442, A127549, A127551, A127552, A127553, A127555.
%K A127551 cons,nonn
%O A127551 1,1
%A A127551 _Artur Jasinski_, Jan 18 2007
%E A127551 More terms from _Robert G. Wilson v_, Dec 30 2007