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 A136156 #8 Mar 05 2024 14:47:55 %S A136156 2,1,2,30,24,1,720,15,560,12,3628800,10,479001600,360,8,315, %T A136156 20922789888000,280,6402373705728000,6,240,1814400, %U A136156 1124000727777607680000,5,1596672,239500800,1478400,180,304888344611713860501504000000,4,265252859812191058636308480000000 %N A136156 Quotients p!/n arising in A139171. %t A136156 f[n_] := Block[{m = 1}, While[ !IntegerQ[ Prime@ m!/n], m++ ]; Prime@ m!/n]; Array[f, 31] (* _Robert G. Wilson v_, Apr 17 2008 *) %K A136156 nonn %O A136156 1,1 %A A136156 _N. J. A. Sloane_, Apr 13 2008 %E A136156 More terms from _Robert G. Wilson v_, Apr 17 2008