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!)
A232183 Primes p such that p-R(p) is a square, where R = reversal of digits = A004086. 1
2, 3, 5, 7, 11, 43, 73, 101, 131, 151, 181, 191, 313, 353, 373, 383, 727, 757, 787, 797, 919, 929, 2141, 2251, 4253, 4363, 4583, 6701, 7211, 7321, 7541, 8147, 8923, 9103, 9323, 9433, 10301, 10501, 10601, 11311, 11411, 12421, 12721, 12821, 13331, 13831, 13931, 14341, 14741 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence includes the palindromic primes for which p-R(p)=0. See A080177 = (43,73,2141,2251,4253,4363,...) for the variant not including palindromes.
LINKS
PROG
(PARI) forprime(p=1, 19999, issquare(p-A004086(p))&&print1(p", "))
CROSSREFS
Sequence in context: A237438 A040130 A127727 * A289862 A036343 A058253
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Nov 20 2013
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 June 12 12:13 EDT 2024. Contains 373331 sequences. (Running on oeis4.)