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”).

A074821
Numbers k such that tau(k) = tau(2k+1).
3
2, 3, 4, 5, 10, 11, 23, 27, 29, 34, 38, 41, 46, 53, 55, 57, 62, 76, 77, 83, 89, 91, 93, 106, 113, 118, 123, 129, 131, 133, 136, 143, 145, 159, 161, 173, 177, 179, 185, 191, 201, 203, 205, 206, 212, 213, 218, 226, 232, 233, 235, 239, 251, 259, 267, 281, 291, 293
OFFSET
1,1
COMMENTS
If a term is a perfect square, then its square root must be in A001542. The first few such terms are the squares of 2, 2378, 93222358, 165326326037771920630... - Ivan Neretin, May 25 2016
LINKS
MATHEMATICA
Select[Range[300], DivisorSigma[0, #] == DivisorSigma[0, 2 # + 1] &] (* Ivan Neretin, May 25 2016 *)
CROSSREFS
Sequence in context: A375460 A348255 A117360 * A348511 A338897 A296160
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 08 2002
STATUS
approved