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!)
A247856 Decimal expansion of the value of the continued fraction [0; 3, 5, 5, 7, 11, 13, 17, 19, ...] generated by twin primes. 3

%I #8 Sep 26 2014 05:49:43

%S 3,1,3,2,3,3,0,8,0,9,8,6,9,4,5,9,1,2,6,3,0,7,8,6,4,8,6,4,7,2,1,7,2,8,

%T 0,0,4,3,9,2,5,1,1,7,4,5,0,5,2,2,5,3,9,7,1,7,3,2,6,8,4,8,5,4,0,4,4,3,

%U 1,4,5,9,0,8,5,0,2,0,1,0,3,6,8,3,6,9,3,8,1,0,8,9,1,2,6,2,6,7,6,9,8

%N Decimal expansion of the value of the continued fraction [0; 3, 5, 5, 7, 11, 13, 17, 19, ...] generated by twin primes.

%H Eric Weisstein's MathWorld, <a href="http://mathworld.wolfram.com/TwinPrimes.html">Twin Primes</a>

%H Marek Wolf, <a href="http://arxiv.org/abs/1003.4015">Continued fractions constructed from prime numbers</a>, arxiv.org/abs/1003.4015, p. 6.

%e 0.313233080986945912630786486472172800439251174505225397...

%t twinPrimes = Select[{#, #+2}& /@ Prime[Range[100]], PrimeQ[Last[#]]&] // Flatten; u2 = FromContinuedFraction[Join[{0}, twinPrimes]]; RealDigits[u2, 10, 101] // First

%Y Cf. A077800, A108170, A127552.

%K nonn,cons

%O 0,1

%A _Jean-François Alcover_, Sep 25 2014

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 July 2 07:23 EDT 2024. Contains 373947 sequences. (Running on oeis4.)