OFFSET
1,1
LINKS
Georg Fischer, Table of n, a(n) for n = 1..14301 [first 3148 terms from G. C. Greubel]
EXAMPLE
a(6)=13 because 22 is the 6th smallest number that does not occur in A013939.
MATHEMATICA
f[n_] := Sum[ Length[ FactorInteger[i]], {i, n}]; Complement[ Range[133], Table[ f[n] -1, {n, 70}]] (* Robert G. Wilson v, Apr 13 2004 *)
PROG
(PARI) s=0; for(n=1, 90, a=omega(n); for(j=1, a-1, print1(s, ", "); s++); s++) \\ Klaus Brockhaus, Apr 12 2004
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Ali A. Tanara (tanara(AT)khayam.ut.ac.ir), Apr 10 2004
EXTENSIONS
More terms from Klaus Brockhaus, Apr 12 2004
STATUS
approved