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!)
A330616 Palindromes that are the product of 2 non-palindromic numbers. 1
252, 272, 323, 414, 434, 444, 464, 494, 525, 555, 575, 585, 595, 636, 646, 656, 666, 676, 686, 696, 767, 777, 828, 848, 868, 888, 949, 969, 989, 999, 2002, 2112, 2772, 2992, 3003, 3553, 4004, 4224, 4554, 4774, 4884, 5005, 5115, 5225, 5775, 6006, 6336, 6996, 7007 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
272=16*17 is a term but 282=6*47 is not a term.
MATHEMATICA
seqQ[n_] := PalindromeQ[n] && AnyTrue[Divisors[n], ! PalindromeQ[#] && ! PalindromeQ[n/#] &]; Select[Range[7007], seqQ] (* Amiram Eldar, Mar 01 2020 *)
CROSSREFS
Subsequence of A084325 (palindromes such that at least one divisor is non-palindromic).
Cf. A062687 (numbers all of whose divisors are palindromic).
Sequence in context: A365915 A113899 A045182 * A046331 A066695 A372755
KEYWORD
nonn,base
AUTHOR
Bernard Schott, Mar 01 2020
EXTENSIONS
More terms from Amiram Eldar, Mar 01 2020
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 23:57 EDT 2024. Contains 374905 sequences. (Running on oeis4.)