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!)
A277878 Smallest prime q with q > r such that p = (q + r + 1)/r, where p = prime(n) and r = A277879(n). 1
3, 7, 11, 19, 23, 31, 53, 43, 83, 59, 71, 79, 83, 137, 103, 173, 179, 131, 139, 359, 233, 163, 263, 191, 199, 509, 211, 1187, 223, 251, 389, 271, 2621, 443, 449, 311, 809, 331, 859, 4093, 359, 379, 383, 587, 593, 419, 443, 677, 683, 463, 2617, 479, 499, 1279 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Rassias's conjecture is the claim that q and r exist for every p.
LINKS
PROG
(PARI) a(n) = my(t=prime(n)-1); forprime(r=2, oo, if(isprime(r*t-1), return(r*t-1))); \\ Jinyuan Wang, Jul 25 2021
CROSSREFS
Cf. A277879.
Sequence in context: A369249 A092109 A361562 * A117991 A118260 A018805
KEYWORD
nonn
AUTHOR
Felix Fröhlich, Nov 03 2016
EXTENSIONS
Terms corrected by and more terms from Jinyuan Wang, Jul 25 2021
STATUS
approved

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 May 6 08:30 EDT 2024. Contains 372290 sequences. (Running on oeis4.)