The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A276694 Where records occur in A209252. 0
0, 11, 13, 101, 107, 177, 357, 1001, 1011, 10759, 11487, 42189, 113183, 344253, 1851759, 4787769, 15848679, 139367847, 240889077 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Except for the first term, all terms are coprime to 10. - Chai Wah Wu, Sep 19 2016
LINKS
MAPLE
with(numtheory): P:= proc(q) local d, j, k, n, t, x; x:=4; print(0);
for n from 1 to q do d:=ilog10(n)+1; t:=0;
for k from 0 to d-1 do for j from 0 to 9 do
if isprime(trunc(n/10^(k+1))*10^(k+1)+j*10^k+(n mod 10^k))
then t:=t+1; fi; od; od;
if isprime(n) then if t-d>x then x:=t-d; print(n); fi; else
if t>x then x:=t; print(n); fi; fi; od; end: P(10^9);
CROSSREFS
Sequence in context: A056436 A334930 A089824 * A086549 A108090 A136296
KEYWORD
nonn,base,more
AUTHOR
Paolo P. Lava, Sep 14 2016
EXTENSIONS
a(18)-a(19) from Chai Wah Wu, Sep 19 2016
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 May 16 12:10 EDT 2024. Contains 372552 sequences. (Running on oeis4.)