login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A139148
Smallest positive integer of the form (m!+n)/n.
21
2, 2, 3, 7, 25, 2, 721, 4, 81, 13, 3628801, 3, 479001601, 361, 9, 46, 20922789888001, 41, 6402373705728001, 7, 241, 1814401, 1124000727777607680001, 2, 145153, 239500801, 13441, 181, 304888344611713860501504000001, 5
OFFSET
1,1
LINKS
FORMULA
a(n) = (n + (A002034(n))!)/n.
a(n) = A007672(n) + 1. - Charles R Greathouse IV, Dec 09 2014
MATHEMATICA
a = {}; Do[m = 1; While[ ! IntegerQ[m!/n], m++ ]; AppendTo[a, (m! + n)/n], {n, 1, 50}]; a
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 11 2008
STATUS
approved