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!)
A373465 Palindromes with exactly 5 distinct prime divisors. 3
6006, 8778, 20202, 28182, 40404, 41514, 43134, 50505, 60606, 63336, 66066, 68586, 80808, 83538, 86268, 87978, 111111, 141141, 168861, 171171, 202202, 204402, 209902, 210012, 212212, 219912, 225522, 231132, 232232, 239932, 246642, 249942, 252252, 258852, 262262, 266662, 272272 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Intersection of A002113 and A051270.
EXAMPLE
a(1) = 6006 = 2 * 3 * 7 * 11 * 13 is a palindrome (A002113) with 5 prime divisors.
a(5) = 40404 = 2^2 * 3 * 7 * 13 * 37 also is a palindrome with 5 prime divisors, although the divisor 2 occurs twice as a factor in the factorization.
MATHEMATICA
Select[Range[300000], PalindromeQ[#]&&Length[FactorInteger[#]]==5&] (* James C. McMahon, Jun 08 2024 *)
PROG
(PARI) A373465_upto(N, start=1, num_fact=5)={ my(L=List()); while(N >= start = nxt_A002113(start), omega(start)==num_fact && listput(L, start)); L}
CROSSREFS
Cf. A002113 (palindromes), A051270 (omega(.) = 5).
Cf. A046331 (same but counting prime factors with multiplicity), A046395 (same but squarefree), A373466 (same with omega = 6), A373467 (with omega = 7).
Sequence in context: A250514 A343432 A115429 * A046395 A143043 A031605
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jun 06 2024
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 25 03:01 EDT 2024. Contains 375420 sequences. (Running on oeis4.)