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.

A307383 Decimal expansion of the constant S_1* + S_2* = Sum_{j>=1} prime((j + 1) - 1)!/prime((j + 2) - 1)!.

This page as a plain text file.
%I A307383 #7 Jul 09 2019 13:06:50
%S A307383 1,3,0,4,5,6,2,5,9,8,3,5
%N A307383 Decimal expansion of the constant S_1* + S_2* = Sum_{j>=1} prime((j + 1) - 1)!/prime((j + 2) - 1)!.
%C A307383 The constant S_1* + S_2* is related to the prime gaps, since twin primes produce the largest terms of the sum compared with neighboring terms.
%C A307383 On Apr 06 2019, the first 4200000000 prime numbers were used in order to calculate S_1* and S_2* and using Rosser's theorem we get: 0.13045626983537 < S_1* + S_2* < 0.13045626983578.
%F A307383 S_1* + S_2* = Sum_{j>=1} prime((j + 1) - 1)!/prime((j + 2) - 1)! = Sum_{j>=1} 1/(Product{k=prime(j + 1), prime((j + 2) - 1)} k) = 1/(3*4) + 1/(5*6) + 1/(7*8*9*10) + 1/(11*12) + ...
%e A307383 S_1* + S_2* = 0.130456269835...
%Y A307383 Cf. A000040, A306658 (S_1) A306700 (S_2), A306744 (S_1 + S_2).
%K A307383 cons,nonn,more
%O A307383 0,2
%A A307383 _Marco RipĂ _ and _Aldo Roberto Pessolano_, Apr 06 2019