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 A139148 #15 Apr 01 2020 20:36:23 %S A139148 2,2,3,7,25,2,721,4,81,13,3628801,3,479001601,361,9,46,20922789888001, %T A139148 41,6402373705728001,7,241,1814401,1124000727777607680001,2,145153, %U A139148 239500801,13441,181,304888344611713860501504000001,5 %N A139148 Smallest positive integer of the form (m!+n)/n. %H A139148 Jinyuan Wang, <a href="/A139148/b139148.txt">Table of n, a(n) for n = 1..456</a> %F A139148 a(n) = (n + (A002034(n))!)/n. %F A139148 a(n) = A007672(n) + 1. - _Charles R Greathouse IV_, Dec 09 2014 %t A139148 a = {}; Do[m = 1; While[ ! IntegerQ[m!/n], m++ ]; AppendTo[a, (m! + n)/n], {n, 1, 50}]; a %Y A139148 Cf. A002034, A007672, A082672, A089085, A089130, A117141, A007749, A139056-A139066, A020458, A139068, A137390, A139070-A139075, A139148-A139157, A139159, A139160-A139162. %K A139148 nonn %O A139148 1,1 %A A139148 _Artur Jasinski_, Apr 11 2008