OFFSET
1,2
COMMENTS
A permutation of the natural numbers.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from T. D. Noe)
FORMULA
MATHEMATICA
Reap[For[n = 1, n <= 10^5, n++, tau = DivisorSigma[0, n]; If[Abs[Product[DivisorSigma[0, k] - tau, {k, 1, n - 1}]] > 0, Print[tau]; Sow[tau]]]][[2, 1]] (* Jean-François Alcover, Jan 16 2013 *)
PROG
(Haskell)
a053212 = a000005' . a007416 -- Reinhard Zumkeller, Apr 18 2015
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
Asher Auel, Dec 16 1999
EXTENSIONS
More terms from Naohiro Nomoto, Apr 03 2001
STATUS
approved