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!)
A083973 Smallest palindromic prime containing exactly n 2's. 10
2, 12421, 72227, 1221221, 3222223, 122232221, 322222223, 12222122221, 1202222222021, 1222227222221, 9222222222229, 122222232222221, 32222322222322223, 72222222422222227, 1202222222222222021, 1222222226222222221, 125222222222222222521, 722222222202222222227 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[d = 2; i = 1;
While[ x = IntegerDigits[Prime[i]];
x != Reverse[x] || Count[x, d] != n , i++];
FromDigits[x], {n, 1, 6}] (* Robert Price, Mar 25 2019 *)
CROSSREFS
Sequence in context: A287650 A082912 A265013 * A094212 A070832 A170994
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 21 2003
EXTENSIONS
Corrected and extended by Giovanni Resta, Feb 08 2006
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 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)