OFFSET
1,2
COMMENTS
Table 2 in Selmer's paper has a typo for n = 76. Selmer "cheats" to find a(n) for n>27. - T. D. Noe, Apr 05 2007
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. D. Noe, Table of n, a(n) for n=1..500
Ernst S. Selmer, On the number of prime divisors of a binomial coefficient, Math. Scand. 39 (1976), no. 2, 271-281.
MATHEMATICA
Join[{1}, Table[n=k; b=1; n0=Infinity; While[n++; b=b*n/(n-k); If[Length[FactorInteger[b]]<k, n0=n]; n<10*n0]; n0, {k, 2, 30}]] (* T. D. Noe, Apr 05 2007 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Pab Ter (pabrlos(AT)yahoo.com), May 26 2004
Edited by T. D. Noe, Apr 05 2007
STATUS
approved