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

A332313
Numbers k such that k, k + 1 and k + 2 have the same number of divisors in Gaussian integers.
5
23824, 38574, 52974, 62224, 71406, 105424, 110574, 191824, 201616, 209424, 240174, 249775, 282896, 285102, 297774, 326574, 340974, 375824, 393424, 407824, 440656, 451024, 496174, 509776, 553774, 587536, 599632, 600174, 606032, 623824, 628974, 631376, 667024, 672174
OFFSET
1,1
LINKS
EXAMPLE
23824 is a term since 23824, 23825 and 23826 each have 36 divisors in Gaussian integers.
MATHEMATICA
Flatten[Position[Partition[DivisorSigma[0, Range[3*10^5], GaussianIntegers -> True], 3, 1], {x_, x_, x_}]] (* after Harvey P. Dale at A005238 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 09 2020
STATUS
approved