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.

A075028 a(1) = 1, then a(n) = the smallest number k such that the number of divisors of the n numbers from k through k+n-1 are in strictly ascending order.

This page as a plain text file.
%I A075028 #21 Aug 30 2019 22:09:16
%S A075028 1,1,61,61,11371,11371,7392171,168776043,1584614377,38045133481,
%T A075028 30386250649371,1848289766450821
%N A075028 a(1) = 1, then a(n) = the smallest number k such that the number of divisors of the n numbers from k through k+n-1 are in strictly ascending order.
%C A075028 tau(k) < tau(k+1) < ... < tau(k+n-1).
%C A075028 a(11) > 10^12. - _Donovan Johnson_, Oct 13 2009
%C A075028 a(11) > 10^13. - _Giovanni Resta_, Jul 25 2013
%C A075028 a(13) > 2.64*10^15. - _Jud McCranie_, Mar 27 2019
%e A075028 a(3) = 61 = a(4) as tau(61) = 2 < tau(62) = 4 < tau(63) = 6 < tau(64) = 7.
%Y A075028 Cf. A075029, A075031.
%K A075028 nonn,more
%O A075028 1,3
%A A075028 _Amarnath Murthy_, Sep 02 2002
%E A075028 More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 19 2003
%E A075028 a(7)-a(10) from _Donovan Johnson_, Oct 13 2009
%E A075028 a(11)-a(12) from _Jud McCranie_, Mar 27 2019