|
Search: id:A101471
|
|
|
| A101471 |
|
Numbers n such that the number n11 is prime. |
|
+0 2
|
|
| 0, 2, 3, 8, 9, 15, 18, 20, 21, 23, 24, 27, 30, 35, 39, 41, 42, 50, 57, 60, 62, 63, 69, 72, 74, 80, 81, 83, 90, 93, 95, 98, 101, 102, 107, 113, 114, 120, 122, 125, 126, 129, 134, 137, 140, 144, 155, 161, 164, 168, 170, 179, 182, 183, 189, 192, 200, 204, 206, 210, 212
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Chris Caldwell, The first 1,000 primes.
|
|
EXAMPLE
|
If n=2, then n11 = 211 (prime)
If n=50, then n11 = 5011 (prime)
If n=98, then n11 = 9811 (prime)
|
|
MATHEMATICA
|
Select[ Range[0, 215], PrimeQ[ FromDigits[ Flatten[ IntegerDigits /@ { #, 1, 1}]]] &] (from Robert G. Wilson v Feb 21 2005)
|
|
CROSSREFS
|
Cf. A024912.
Sequence in context: A099148 A029787 A054462 this_sequence A137471 A051209 A093765
Adjacent sequences: A101468 A101469 A101470 this_sequence A101472 A101473 A101474
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jan 30 2005, Feb 18 2005
|
|
EXTENSIONS
|
Corrected and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 21 2005
|
|
|
Search completed in 0.002 seconds
|