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(6) = 114 because 114 is the smallest abundant number that begins a run of 6 consecutive abundant numbers (114, 120, 126, 132, 138, 140) with the same number of distinct prime factors, i.e. 3.
a(13) = 211398 because 211398 is the smallest abundant number that begins a run of 13 consecutive abundant numbers (211398, 211400, 211404, 211410, 211416, 211420, 211422, 211428, 211432, 211434, 211440, 211446, 211452) with the same number of distinct prime factors, i.e. 4.
CROSSREFS
KEYWORD
nonn,more,hard,changed
AUTHOR
Shyam Sunder Gupta, Oct 05 2024
EXTENSIONS
a(21)-a(25) from Lucas A. Brown, Nov 12 2024
STATUS
approved