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!)
A225670 Slowest-growing sequence of odd primes p where 1/(p+1) sums to 1 without actually reaching it. 2

%I #12 Aug 07 2023 03:55:23

%S 3,5,7,11,13,17,19,23,29,31,37,41,43,53,2539,936599,127852322431,

%T 510819260848900502567,1553192364608434843485965159509450536731,

%U 52119893982548112392303882371161186032080710958633917215400463948724068502699

%N Slowest-growing sequence of odd primes p where 1/(p+1) sums to 1 without actually reaching it.

%C Is there a finite set of odd primes p where 1/(p+1) sums exactly to 1? (This would be an analog of 1/(2+1) + 1/(3+1) + 1/(5+1) + 1/(7+1) + 1/(11+1) + 1/(23+1) = 1 -- see A000058.)

%t a[n_] := a[n] = Block[ {sm = Sum[ 1/(a[i] + 1), {i, n - 1}]}, NextPrime[ Max[ a[n - 1], 1/(1 - sm)]]]; a[0] = 2; Array[ a, 20]

%Y Similar to A075442, A181503, A225669. See also A046689.

%K nonn

%O 1,1

%A _Jonathan Sondow_, May 11 2013

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 April 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)