cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A109028 Numbers that have exactly eight prime factors counted with multiplicity (A046310) whose digit reversal is different and also has 8 prime factors (with multiplicity).

This page as a plain text file.
%I A109028 #27 Feb 16 2025 08:32:58
%S A109028 16560,25515,27864,42480,46872,51552,57348,61488,65448,67797,69408,
%T A109028 69840,79776,80496,84375,84456,88416,105336,119448,125928,160416,
%U A109028 167076,202032,204984,206928,210960,211104,211464,213750,213792,213920,213984
%N A109028 Numbers that have exactly eight prime factors counted with multiplicity (A046310) whose digit reversal is different and also has 8 prime factors (with multiplicity).
%C A109028 This sequence is the k = 8 instance of the series which begins with k = 1 (emirps), k = 2, k = 3 (A109023), k = 4 (A109024), k = 5 (A109025), k = 6 (A109026), k = 7 (A109027).
%H A109028 David A. Corneth, <a href="/A109028/b109028.txt">Table of n, a(n) for n = 1..10000</a>
%H A109028 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/AlmostPrime.html">Almost Prime</a>.
%H A109028 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Emirp.html">Emirp</a>.
%H A109028 Eric Weisstein and Jonathan Vos Post, <a href="https://mathworld.wolfram.com/Emirpimes.html">Emirpimes</a>.
%e A109028 a(2) = 25515 is in this sequence because 25515 = 3^6 * 5 * 7 has exactly 8 prime factors counted with multiplicity and reverse(25515) = 51552 = 2^5 * 3^2 * 179 also has exactly 8 prime factors counted with multiplicity.
%o A109028 (PARI) is(n) = {
%o A109028 	my(r = fromdigits(Vecrev(digits(n))));
%o A109028 	n!=r && bigomega(n) == 8 && bigomega(r) == 8
%o A109028 } \\ _David A. Corneth_, Mar 07 2024
%Y A109028 Cf. A046310, A006567, A097393, A109018, A109023, A109024, A109025, A109026, A109027, A109029, A109030, A109031.
%K A109028 nonn,base
%O A109028 1,1
%A A109028 _Jonathan Vos Post_, Jun 16 2005