The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A120430 Greater of prime powers that differ by 1. In other words, numbers n such that n-1 and n are prime powers. 0
2, 3, 4, 5, 8, 9, 17, 32, 128, 257, 8192, 65537, 131072, 524288, 2147483648, 2305843009213693952, 618970019642690137449562112, 162259276829213363391578010288128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See comments in A006549.
LINKS
FORMULA
a(n) = A006549(n) + 1. - Michel Marcus, Aug 25 2013
PROG
(PARI) isokp(n) = (n==1) || isprime(n) || (ispower(n, , &k) && isprime(k));
isok(n) = isokp(n) && isokp(n-1); \\ Michel Marcus, Aug 25 2013
CROSSREFS
Cf. A006549.
Sequence in context: A330400 A306044 A263581 * A295033 A152606 A057911
KEYWORD
nonn
AUTHOR
Greg Huber, Jul 13 2006
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 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)