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!)
A083975 Smallest palindromic prime containing exactly n 4's. 9
11411, 14341, 1464641, 1447441, 1444441, 144404441, 14244444241, 34444344443, 74444444447, 1444447444441, 3444444444443, 144444454444441, 14144444444444141, 34444444044444443, 1414444444444444141, 1444444447444444441, 104444444444444444401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[d = 4; 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: A235016 A185768 A082440 * A157655 A262399 A115753
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 21 2003
EXTENSIONS
More terms from Ray G. Opao, Sep 20 2004
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)