|
|
A088281
|
|
a(1) = 11; for n > 1, palindromic primes in which a single digit is sandwiched between strings of '1's.
|
|
7
|
|
|
11, 101, 131, 151, 181, 191, 11311, 11411, 1114111, 1117111, 111181111, 111191111, 1111118111111, 111111151111111, 111111181111111, 111111111161111111111, 11111111111111611111111111111, 111111111111111111131111111111111111111, 11111111111111111111111111911111111111111111111111111
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,1
|
|
COMMENTS
|
For n > 1, near-repunit palindromic primes (or, palindromic terms of A105992). - Lekraj Beedassy, Jun 05 2009
|
|
LINKS
|
Table of n, a(n) for n=0..18.
Index to OEIS entries related to primes involving repdigits.
|
|
PROG
|
(PARI) print1(11); for(L=1, 19, for(d=0, 9, d!=1 && ispseudoprime(p=10^(2*L+1)\9+(d-1)*10^L) && print1(", "p))) \\ M. F. Hasler, Feb 07 2020
|
|
CROSSREFS
|
Cf. A088282, A088283, A088284 (analog with string of '3's, '7's resp. '9's).
Cf. A105992 (near-repunit primes), A065074 (which contain the digit 0), A034093 (number of primes by changing one 1 to 0), A065083 (least k for which that = n).
Cf. A164937 (near-repdigit primes); with 2, ..., 9 as repeated digit: A105982, A105981, A105980, A105979, A105978, A105977, A105976, A105975.
Sequence in context: A159613 A062332 A222723 * A068685 A109830 A052035
Adjacent sequences: A088278 A088279 A088280 * A088282 A088283 A088284
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy, Sep 29 2003
|
|
EXTENSIONS
|
More terms from David Wasserman, Aug 03 2005
Offset changed from 0 to 1 by Lekraj Beedassy, Jun 05 2009
Edited by M. F. Hasler, Feb 07 2020
|
|
STATUS
|
approved
|
|
|
|