OFFSET
1,2
COMMENTS
a(n+1) = a(n) only when a(n) is even. Will these repeat terms include each even integer >= 4? (See also A075036.) - Bill McEachen, Nov 16 2021
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
FORMULA
MATHEMATICA
DivisorSigma[0, Select[Range[200], !PrimeQ[#]&]] (* Harvey P. Dale, Mar 07 2016 *)
PROG
(PARI) for(n=1, 33, if(!isprime(n), print1(numdiv(n), ", "))) \\ edited by Michel Marcus, Jan 04 2016
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Jul 05 2001
EXTENSIONS
More terms from Lior Manor, Aug 16 2001
STATUS
approved