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!)
A090900 Least n-th power such that every concatenation is a prime. 1
2, 9, 27, 6561, 39135393, 1291467969, 3404825447, 248155780267521, 8422942255954625293713, 717897987691852588770249 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2, 29, 2927, etc. are primes.
MATHEMATICA
c = ""; Do[k = 1; While[ !PrimeQ[ToExpression[c <> ToString[k^n]]], k++ ]; Print[k^n]; c = c <> ToString[k^n], {n, 1, 10}] (* Ryan Propper, Jul 08 2005 *)
CROSSREFS
Sequence in context: A019065 A115186 A243560 * A357721 A155472 A100293
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Dec 11 2003
EXTENSIONS
More terms from Ryan Propper, Jul 08 2005
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)