|
| |
|
|
A068815
|
|
Primes with a 4 followed by 1's.
|
|
0
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| The next term a(6) has 109 digits and is too large to be displayed here.
|
|
|
PROG
| (PARI) for(n=1, 200, if(isprime(4*10^n+(10^(n)-1)/9)==1, print1(4*10^n+(10^(n)-1)/9, ", ")))
|
|
|
CROSSREFS
| See A056706 for the corresponding values of n.
Sequence in context: A193124 A167246 A107690 * A093174 A159992 A101830
Adjacent sequences: A068812 A068813 A068814 * A068816 A068817 A068818
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 07 2002
|
|
|
EXTENSIONS
| More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 09 2002
|
| |
|
|