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!)
A085016 Prime(n) concatenated with Reverse(Prime(n)) (a palindrome) is divisible by n. 1
1, 7, 11, 59, 146, 319, 124243, 461867, 1446247, 4846042, 16146448, 19466227, 57973091, 73661929, 208574393, 681491953, 883910281, 1058487166, 1066657966, 1112633324 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
146 is in the sequence since the 146th prime is 839 and 839938 is divisible by 146
MATHEMATICA
i=IntegerDigits; c[x_] := FromDigits[Flatten[{i[x], Reverse[i[x]]}]]; Do[If[Mod[c[Prime[n]], n]==0, Print[n]], {n, 10^6}]
CROSSREFS
Cf. A085017.
Sequence in context: A045462 A263231 A077411 * A067690 A358585 A196181
KEYWORD
base,nonn
AUTHOR
Giovanni Resta, Jun 18 2003
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)