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!)
A076707 Ordered differences without repetitions between two successive prime powers of prime numbers. 2
1, 2, 3, 4, 5, 10, 12, 16, 17, 18, 30, 38, 41, 46, 54, 72, 74, 94, 120, 128, 138, 139, 168, 186, 199, 240, 248, 250, 260, 271, 286, 288, 312, 316, 354, 356, 370, 408, 424, 432, 496, 546, 552, 582, 600, 602, 618, 678, 720, 768, 792, 836, 840, 876, 890, 894, 912 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Several entries are represented by at least two differences: 4 (which equals 8-4 & 125-121), 168, 312, 600, 768, 792, 912, 1848, 2472, etc.
LINKS
EXAMPLE
250 = 161051 - 160801 = 11^5 - 401^2.
MATHEMATICA
pp = Sort[ Flatten[ Table[ Prime[n]^Prime[i], {n, 1, PrimePi[ Sqrt[10^16]]}, {i, 1, PrimePi[ Floor[ Log[ Prime[n], 10^16]]]}]]]; l = Length[pp]; b = Take[pp, -l + 1] - Take[pp, l - 1]; Take[ Union[a], 57]
CROSSREFS
Sequence in context: A348511 A338897 A296160 * A364902 A032940 A064419
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 26 2002
EXTENSIONS
Edited and corrected by Robert G. Wilson v, Oct 31 2002
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:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)