Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #5 Nov 21 2013 12:49:02
%S 3,1,9,4,5,1,3,2,4,2,7,3,6,1,9,3,3,1,2,8,9,0,9,8,1,0,5,3,4,5,0,5,5,1,
%T 7,8,4,3,8,3,9,7,4,3,9,3,1,9,7,1,1,8,1,9,3,8,2,6,7,1,9,6,9,3,3,5,4,6,
%U 9,1,2,2,5,3,6,4,2,7,6,2,6,7,5,9,5,7,8,7,6,9,8,6,5,6,1,4,7,3,3,4
%N Decimal expansion of the number 3.19451324273619331289098105345... having continued fraction expansion 3, 5, 7, 11, 13, 17, 19, ... (successive odd primes).
%t a = {}; Do[AppendTo[a, Prime[n]], {n, 2, 100}]; RealDigits[N[FromContinuedFraction[a], 100]][[1]]
%t RealDigits[FromContinuedFraction[Prime[Range[2,40]]],10,120][[1]] (* _Harvey P. Dale_, Mar 25 2012 *)
%Y Cf. A064442, A127549, A127551, A127552, A127553, A127555.
%K cons,nonn
%O 1,1
%A _Artur Jasinski_, Jan 18 2007