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.

A137895 Products of two or more consecutive numbers that do not have prime gaps in their factorizations.

This page as a plain text file.
%I A137895 #9 Nov 14 2021 01:21:57
%S A137895 2,6,12,24,30,60,72,90,120,210,240,360,420,600,720,840,1260,1680,2520,
%T A137895 3360,5040,6480,6720,9240,15120,15750,20160,30240,40320,50400,55440,
%U A137895 60480,117600,147840,151200,166320,181440,194040,240240,291060,332640
%N A137895 Products of two or more consecutive numbers that do not have prime gaps in their factorizations.
%C A137895 Intersection of A045619 and A073491; A000142 is a subsequence apart from initial terms.
%H A137895 David A. Corneth, <a href="/A137895/b137895.txt">Table of n, a(n) for n = 1..193</a>
%e A137895 a(10) = 210 = 2 * 3 * 5 * 7 = 5 * (5+1) * (5+2);
%e A137895 a(11) = 240 = 2^4 * 3 * 5 = 15 * (15+1);
%e A137895 a(12) = 360 = 2^3 * 3^2 * 5 = 3 * (3+1) * (3+2) * (3+3);
%e A137895 a(13) = 420 = 2^2 * 3 * 5 * 7 = 20 * (20+1);
%e A137895 a(14) = 600 = 2^3 * 3 * 5^2 = 24 * (24+1);
%e A137895 a(15) = 720 = 2^4 * 3^2 * 5 = 6!.
%Y A137895 Subsequence of A055932.
%Y A137895 Cf. A045619, A073491, A000142.
%K A137895 nonn
%O A137895 1,1
%A A137895 _Reinhard Zumkeller_, Feb 20 2008