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.
%I A067048 #38 Dec 04 2024 16:49:17 %S A067048 1,1,7,14,42,42,462,66,429,1001,1001,364,6188,1428,3876,3876,6783, %T A067048 4389,33649,3542,17710,32890,26910,8190,118755,23751,56637,50344, %U A067048 79112,46376,324632,31416,145299,250971,191919,54834,749398,141778,320866,271502,407253 %N A067048 a(n) = lcm(n, n+1, n+2, n+3, n+4) / 60. %H A067048 Harry J. Smith, <a href="/A067048/b067048.txt">Table of n, a(n) for n = 1..1000</a> %H A067048 Amarnath Murthy, <a href="http://fs.unm.edu/SN/SomeNotionsLeast.pdf">Some Notions on Least Common Multiples</a>, Smarandache Notions Journal, Vol. 12, No. 1-2-3 (Spring 2001), pp. 307-308. %H A067048 <a href="/index/Rec#order_72">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1). %H A067048 <a href="/index/Lc#lcm">Index entries for sequences related to lcm's</a>. %F A067048 From _Gary Detlefs_ Apr 14 2011 and Apr 18 2011: (Start) %F A067048 a(n) = (n+4)!*gcd(n-1,3)/(360*(n-1)!*gcd(n,4)) %F A067048 a(n) = (n+4)!*(5-4*cos((2*n+1)*Pi/3))/(1080*(n-1)!*(2+(-1)^n+cos(n*Pi/2))) %F A067048 a(n) = (n+4)!*gcd(n-1,6)/(180*(n-1)!*2^((2*cos(n*Pi/2)+9+(-1)^n)/4)), n>1. (End) %F A067048 120 <= n*(n+1)*(n+2)*(n+3)*(n+4)/a(n) <= 1440. - _Charles R Greathouse IV_, Sep 19 2012 %F A067048 Sum_{n>=1} 1/a(n) = 80 - 40*log(sqrt(3)+2)/sqrt(3) - 490*log(2)/3 + 60*log(3). - _Amiram Eldar_, Sep 29 2022 %e A067048 a(6) = 42 as lcm(6,7,8,9,10)/60 = 2520/60 = 42. %p A067048 seq(ilcm(n,n+1,n+2,n+3,n+4)/60,n=1..100); # _Robert Israel_, Feb 07 2016 %t A067048 Table[LCM @@ Range[n, n + 4]/60, {n, 1, 50}] (* _Amiram Eldar_, Sep 29 2022 *) %o A067048 (PARI) a(n)={lcm([n, n+1, n+2, n+3, n+4])/60} \\ _Harry J. Smith_, May 01 2010 %Y A067048 Cf. A067046, A067047. %K A067048 nonn,easy,less %O A067048 1,3 %A A067048 _Amarnath Murthy_, Dec 30 2001