OFFSET
1,1
COMMENTS
Any further terms are > 2.2 * 10^12. - Lucas A. Brown, Nov 12 2024
LINKS
Lucas A. Brown, Python program.
EXAMPLE
a(4) = 340 because 340 is the smallest abundant number that begins a run of 4 consecutive abundant numbers (340, 342, 348, 350) with the same number of prime factors (counted with multiplicity), i.e. 4.
a(6) = 19458 because 19458 is the smallest abundant number that begins a run of 6 consecutive abundant numbers (19458, 19460, 19464, 19470, 19476, 19480) with the same number of prime factors (counted with multiplicity), i.e. 5.
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
Shyam Sunder Gupta, Oct 05 2024
EXTENSIONS
a(15)-a(16) from Lucas A. Brown, Nov 12 2024
STATUS
approved