|
Search: id:A086758
|
|
|
| A086758 |
|
a(n) is the smallest m such that the integer part of the first n powers of m^(1/n) are primes. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
All terms of this sequence must be primes because Floor[(a(n)^(1/n))^n]=a(n). Floor[(a(8)^(1/8))^k]=Floor[(1287/545)^k] for k=1,...,10 (see puzzle 227). If a(9) exist it must be greater than 22000000.
|
|
REFERENCES
|
R. Crandall and C. Pomerance, Prime Numbers: A Computational Perspective, Springer, NY, 2001; see Exercise 1.75, p. 69.
Puzzle 227 of www.primepuzzles.net.
|
|
LINKS
|
C.Rivera Puzzle 227
|
|
FORMULA
|
For[m=1, Union[Table[PrimeQ[Floor[Prime[m]^(k/n)]], {k, n}]]!={True}, m++ ]; Prime[m]
|
|
EXAMPLE
|
a(5)=631 because Floor[631^(1/5)]=3,Floor[631^(2/5)]=13,Floor[631^(3/5)]=47,
Floor[631^(4/5)]=173&Floor[631^(5/5)]=631 are primes and 631 is the smallest
m with this property.
|
|
MATHEMATICA
|
Do[Print[For[m=1, Union[Table[PrimeQ[Floor[Prime[m]^(k/n)]], {k, n}]]!={True}, m++ ]; Prime[m]], {n, 8}]
|
|
CROSSREFS
|
Sequence in context: A056367 A082733 A095134 this_sequence A116702 A098156 A098586
Adjacent sequences: A086755 A086756 A086757 this_sequence A086759 A086760 A086761
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Aug 01 2003
|
|
|
Search completed in 0.002 seconds
|