login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A054007
Numbers k such that k and k+1 have the same sum but an unequal number of divisors.
4
206, 957, 1364, 2974, 4364, 14841, 18873, 19358, 20145, 24957, 36566, 56564, 74918, 79826, 79833, 92685, 111506, 116937, 138237, 147454, 161001, 162602, 174717, 190773, 193893, 201597, 230390, 274533, 347738, 416577, 422073, 430137
OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..8304 (terms below 10^13, calculated from the b-file at A002961)
FORMULA
Members of A002961 which are not members of A054004
EXAMPLE
The divisors of 206 are 1, 2, 103, 206, so tau(206) = 4 and sigma(206) = 312; the divisors of 207 are 1, 3, 9, 23, 69, 207, so tau(207) = 6 and sigma(207) = 312. Hence, the integer 206 belongs to this sequence. - Bernard Schott, Oct 18 2019
MATHEMATICA
Select[Range[100000], DivisorSigma[0, #] != DivisorSigma[0, # + 1] && DivisorSigma[1, #] == DivisorSigma[1, # + 1] &] (* Jayanta Basu, Mar 20 2013 *)
KEYWORD
nonn
AUTHOR
Asher Auel, Jan 12 2000
EXTENSIONS
More terms from Jud McCranie, Oct 15 2000
STATUS
approved