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 A051552 #11 Jul 02 2025 16:01:58 %S A051552 5,4,11,7,17,1,23,13,29,4,1,19,41,1,47,5,53,1,59,31,1,1,71,37,1,1,83, %T A051552 43,89,1,1,7,101,1,107,1,113,1,1,61,5,4,131,67,137,1,1,73,149,1,1,79, %U A051552 1,1,167,1,173,1,179,1,1,1,191,97,197,1,1,103,1,1,1,109,1,1,227,1,233,1 %N A051552 Quotients of consecutive values of LCM {b(0), b(1) ...,b(n)}, b() = A016789. %H A051552 Robert Israel, <a href="/A051552/b051552.txt">Table of n, a(n) for n = 1..10000</a> %F A051552 a(n) = A051540(n)/A051540(n-1). %e A051552 a(3) = A051540(3)/A051540(2) = 440/40 = 11. %p A051552 A051540[0]:= 2: %p A051552 for n from 1 to 100 do A051540[n]:= ilcm(A051540[n-1],3*n+2)od: %p A051552 seq(A051540[n]/A051540[n-1], n=1..100); # _Robert Israel_, Apr 10 2018 %Y A051552 A051540, A016789. %K A051552 easy,nonn,look %O A051552 1,1 %A A051552 _Asher Auel_ %E A051552 More terms from _James Sellers_