OFFSET
1,1
COMMENTS
All terms of this sequence are included in sequence A005237.
EXAMPLE
d(33) = d(34) = d(35), where d(n) is the number of divisors of n. And since d(32) does not equal d(33), d(33) is the first term of this run of similar values. So 33 is included in this sequence.
MATHEMATICA
(First /@ Select[ Split[ Table[ {DivisorSigma[0, n], n}, {n, 1, 600}], First[#1] == First[#2] &] , Length[#] > 1 &])[[All, 2]] (* Jean-François Alcover, Oct 07 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Jul 05 2008
EXTENSIONS
Extended by Ray Chandler, Jun 25 2009
STATUS
approved