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.

A093571 LeastCommonMultiple({k+prime(k): 1<=k<=n}).

This page as a plain text file.
%I A093571 #9 Dec 31 2023 16:39:37
%S A093571 3,15,120,1320,2640,50160,50160,451440,902880,11737440,82162080,
%T A093571 575134560,575134560,575134560,17829171360,410070941280,410070941280,
%U A093571 32395604361120,1393010987528160,1393010987528160,65471516413823520
%N A093571 LeastCommonMultiple({k+prime(k): 1<=k<=n}).
%C A093571 a(n) <= A093570(n).
%t A093571 Table[LCM @@ Table[k + Prime[k], {k, n}], {n, 21}] (* _Robert G. Wilson v_, Apr 07 2004 *)
%Y A093571 Cf. A093572, A014688.
%K A093571 nonn
%O A093571 1,1
%A A093571 _Reinhard Zumkeller_, Apr 01 2004
%E A093571 More terms from _Robert G. Wilson v_, Apr 07 2004