login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Revision History for A002385

(Underlined text is an ; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A002385 Palindromic primes: prime numbers whose decimal expansion is a palindrome.
(history; published version)
#158 by Michael De Vlieger at Wed May 31 09:11:05 EDT 2023
LINKS

Hania Sherif Ghazy, <a href="https://www.researchgate.net/profile/Hania-Ghazy/publication/371038316_Digital_Rights_Management_of_Image_Content_via_LSB_Embedding_and_Palindrome_Sequence/">Digital Rights Management of Image Content via LSB Embedding and Palindrome Sequence</a>, Bachelor Thesis, The German Univ. (Cairo, Egypt, 2023), p. 24.

KEYWORD

nonn,base,nice,easy,changed

STATUS

reviewed

#157 by Michel Marcus at Wed May 31 02:14:28 EDT 2023
STATUS

proposed

Discussion
Wed May 31 04:37
Joerg Arndt: sure about this?
09:11
Michael De Vlieger: Given Joerg's suggestion, I am undoing this change.
#156 by Michael De Vlieger at Tue May 30 15:20:00 EDT 2023
STATUS

editing

#155 by Michael De Vlieger at Tue May 30 15:19:58 EDT 2023
LINKS

STATUS

approved

#154 by Charles R Greathouse IV at Mon Apr 03 10:36:09 EDT 2023
LINKS

C. K. Caldwell, "Top Twenty" page, <a href="http://primes.utm.edu/top20/page.php?id=53">Palindrome</a>

Discussion
Mon Apr 03 10:36
OEIS Server: https://oeis.org/edit/global/2966
#153 by Alois P. Heinz at Tue Mar 21 16:33:08 EDT 2023
STATUS

reviewed

#152 by Rémy Sigrist at Tue Mar 21 16:13:21 EDT 2023
STATUS

proposed

#151 by Michel Marcus at Mon Mar 06 00:46:36 EST 2023
STATUS

editing

Discussion
Fri Mar 10 06:06
Yunhan Shi: Thanks for the correction ❤️
#150 by Michel Marcus at Mon Mar 06 00:46:20 EST 2023
PROG

(Python)

from sympy import isprime

A002385 = [*filter(isprime, (int(str(x) + str(x)[-2::-1]) for x in range(10**5)))]

A002385.insert(4, 11) # Yunhan Shi, Mar 03 2023

STATUS

proposed

Discussion
Mon Mar 06 00:46
Michel Marcus: chronological
#149 by Yunhan Shi at Mon Mar 06 00:27:34 EST 2023
STATUS

editing

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 July 7 18:47 EDT 2024. Contains 374112 sequences. (Running on oeis4.)