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!)
A136098 Prime palindromic cyclops numbers. 3
101, 16061, 31013, 35053, 38083, 73037, 74047, 91019, 94049, 1120211, 1150511, 1160611, 1180811, 1190911, 1250521, 1280821, 1360631, 1390931, 1490941, 1520251, 1550551, 1580851, 1630361, 1640461, 1660661, 1670761, 1730371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime entries of A138131.
LINKS
MAPLE
f:= proc(n, d) local L, m, k, p;
L:= convert(9^d+n, base, 9);
p:= add((1+L[d+1-i])*(10^(i-1)+10^(2*d+1-i)), i=1..d);
if isprime(p) then p fi;
end proc:
[seq(seq(f(i, d), i=0..9^d-1), d=1..3)]; # Robert Israel, Feb 18 2018
CROSSREFS
Sequence in context: A185893 A156669 A082435 * A153807 A327741 A183056
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Mar 15 2008
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)