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!)
A083977 Smallest palindromic prime containing exactly n 6's. 10
10601, 16061, 16661, 1660661, 7666667, 166636661, 10666666601, 36666766663, 1766666666671, 3666662666663, 1666666666661, 366666656666663, 11666666666666611, 36666666766666663, 16666666666666661, 3666666665666666663, 1666666666666666661, 166666666636666666661 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[d = 6; i = 1;
While[ x = IntegerDigits[Prime[i]];
x != Reverse[x] || Count[x, d] != n , i++];
FromDigits[x], {n, 1, 5}] (* Robert Price, Mar 25 2019 *)
CROSSREFS
Sequence in context: A179426 A229881 A070249 * A082442 A252101 A031864
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 21 2003
EXTENSIONS
More terms from 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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)