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!)
A137258 Primes p that satisfy s-t < 0 where s = sigma(2*p+1) mod phi(p) and t = sigma(2*p+1) mod p. 0
3, 5, 7, 17, 19, 139, 157, 577, 1201, 27361, 530401, 2513281, 7183201, 407817217 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The function sigma(n) is the sum of positive divisors function and the function phi(n) is the Euler totient function.
The positive values of s-t for primes p<2000 are 0, 2, 3, 4.
a(15) > 2*10^9. - Donovan Johnson, Feb 15 2013
LINKS
PROG
(PARI) p=1; for(i=1, 10^9, p=nextprime(p+1); s=sigma(2*p+1); if(s%(p-1)<s%p, print(p))) /* Donovan Johnson, Feb 15 2013 */
CROSSREFS
Sequence in context: A125739 A219461 A122853 * A053341 A331894 A357234
KEYWORD
nonn,more
AUTHOR
Juan Lopez Gonzalez (juan.lopezg(AT)estudiante.uam.es), Apr 25 2008
EXTENSIONS
a(10)-a(12) added by R. J. Mathar, May 23 2008
a(13)-a(14) from Donovan Johnson, Feb 15 2013
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 April 24 06:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)