|
Search: id:A144140
|
|
|
| A144140 |
|
Numbers n such that between n^K and (n+1)^K there no primes, where K = 3/2. |
|
+0 4
|
|
| 10, 20, 24, 27, 32, 65, 121, 139, 141, 187, 306, 321, 348, 1006, 1051
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Conjecture: this sequence is finite and complete
|
|
MATHEMATICA
|
a = {}; k = 3/2; Do[If[Length[Select[Range[Ceiling[n^k], Floor[(n + 1)^k]], PrimeQ]] == 0, Print[n]; AppendTo[a, n]], {n, 10000}]; a (*Artur Jasinski*)
|
|
CROSSREFS
|
Cf. A014085, A143898, A143935, A144137.
Sequence in context: A071590 A098165 A104801 this_sequence A034048 A072592 A101869
Adjacent sequences: A144137 A144138 A144139 this_sequence A144141 A144142 A144143
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Artur Jasinski (grafix(AT)csl.pl), Sep 11 2008
|
|
|
Search completed in 0.002 seconds
|