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!)
A243009 Primes p such that (p + 1)/q is a perfect power for some prime q. 1
2, 7, 11, 17, 19, 23, 31, 43, 47, 53, 67, 71, 79, 97, 103, 107, 127, 151, 163, 179, 191, 199, 211, 223, 241, 251, 271, 283, 331, 337, 367, 383, 431, 449, 463, 467, 487, 499, 523, 547, 577, 587, 607, 631, 647, 683, 691, 719, 751, 787, 823, 827, 881, 907, 967 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2 is in this sequence because (2 + 1)/3 = 1 = A001597(1), and 2 and 3 are both primes.
PROG
(PARI) isOK(p) = forprime(q=2, p, if(ispower((p+1)/q), return(1))); return(0)
concat(2, select(p->isOK(p), primes(1000))) \\ Colin Barker, Aug 18 2014
CROSSREFS
Sequence in context: A176897 A362770 A166005 * A155009 A045371 A356003
KEYWORD
nonn
AUTHOR
EXTENSIONS
Several terms corrected by Colin Barker, Aug 18 2014
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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)