OFFSET
1,2
COMMENTS
A permutation of the positive integers.
LINKS
MATHEMATICA
Block[{a = {1}, nn = 72, s, P = FoldList[Times, Prime@ Range@ 12]}, s = Range[2, nn + LengthWhile[P, # <= nn &]]; Do[AppendTo[a, s[[PrimeNu@ i ]]]; s = Complement[s, a], {i, 2, nn}]; a] (* Michael De Vlieger, Sep 24 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Jan 04 2005
EXTENSIONS
More terms from Reinhard Zumkeller, Jan 09 2005
STATUS
approved