|
Search: id:A061022
|
|
|
| A061022 |
|
Primes of the form abbbbb... where a and b are digits. |
|
+0 1
|
|
| 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 199, 211, 233, 277, 311, 433, 499, 577, 599, 677, 733, 811, 877, 911, 977, 1777, 1999, 2111, 2333, 2777, 2999, 4111, 4999, 5333, 7333, 8111, 8999, 23333, 47777
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,79
|
|
EXAMPLE
|
4111 is a member where a=4 and b = 1.
|
|
PROGRAM
|
(PARI) { n=r=0; default(primelimit, 1777777777); forprime (p=2, 1777777777, if (p>100, r=p\10; d=p-r*10; while (r>9 && r-r\10*10 == d, r\=10)); if (r<=9, write("b061022.txt", n++, " ", p)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 16 2009]
|
|
CROSSREFS
|
Sequence in context: A069682 A069683 A069684 this_sequence A079152 A124590 A049573
Adjacent sequences: A061019 A061020 A061021 this_sequence A061023 A061024 A061025
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 23 2001
|
|
EXTENSIONS
|
Corrected and extended by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jul 10, 2001
|
|
|
Search completed in 0.002 seconds
|