Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A116086
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A116086 Perfect powers n with no primes between n and the next larger perfect power, which is in A116455. +0
2
8, 25, 32, 121, 2187, 3125, 32761, 79507, 97336, 503284356 (list; graph; listen)
OFFSET

1,1

COMMENT

No other n<10^12. There is a conjecture that this sequence is finite.

LINKS

March 2006 NMBRTHRY Archives

EXAMPLE

The prime-free ranges are (2^3,3^2), (5^2,3^3), (2^5,6^2), (11^2,5^3), (3^7,13^3), (5^5,56^2), (181^2,2^15), (43^3,282^2), (46^3,312^2), (22434^2,55^5).

MATHEMATICA

lim=10^12; lst={}; k=2; While[n=Floor[lim^(1/k)]; n>=2, lst=Join[lst, Range[2, n]^k]; k++ ]; lst=Union[lst]; PrimeFree[n1_, n2_] := Module[{n=n1+1}, While[n<n2&&!PrimeQ[n], n++ ]; n ==n2]; lst2={}; Do[If[PrimeFree[lst[[i]], lst[[i+1]]], AppendTo[lst2, lst[[i]]]], {i, Length[lst]-1}]; lst2

CROSSREFS

Cf. A001597 (perfect powers).

Sequence in context: A045860 A081504 A030796 this_sequence A042611 A015804 A031096

Adjacent sequences: A116083 A116084 A116085 this_sequence A116087 A116088 A116089

KEYWORD

hard,nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Mar 28 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research