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!)
A265641 Palindromes in base 10 (A002113) which are also prime factorization palindromes (A265640). 3
1, 2, 3, 4, 5, 7, 8, 9, 11, 44, 99, 101, 121, 131, 151, 171, 181, 191, 212, 242, 252, 272, 292, 313, 333, 343, 353, 363, 373, 383, 404, 464, 484, 575, 656, 676, 727, 747, 757, 787, 797, 828, 848, 909, 919, 929, 1331, 5445, 6336, 8228 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Composite numbers in the sequence have two forms of symmetry.
LINKS
David A. Corneth, PARI program
EXAMPLE
5445 = 3*11*5*11*3, so it is a term.
PROG
(PARI) isok(n) = (Vecrev(m=digits(n))==m) && (isprime(core(n)) || issquare(n)); \\ Michel Marcus, Jan 15 2019
(PARI) \\ See Corneth link \\ David A. Corneth, Jan 22 2019
CROSSREFS
Intersection of A002113 and A265640.
Sequence in context: A230762 A098776 A098897 * A192140 A084092 A288927
KEYWORD
nonn,base
AUTHOR
Vladimir Shevelev, Dec 11 2015
EXTENSIONS
Missing term 8 inserted by Martin Schlegel, Jan 15 2019
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 August 3 05:44 EDT 2024. Contains 374875 sequences. (Running on oeis4.)