cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A332313 Numbers k such that k, k + 1 and k + 2 have the same number of divisors in Gaussian integers.

This page as a plain text file.
%I A332313 #8 Feb 10 2020 05:21:06
%S A332313 23824,38574,52974,62224,71406,105424,110574,191824,201616,209424,
%T A332313 240174,249775,282896,285102,297774,326574,340974,375824,393424,
%U A332313 407824,440656,451024,496174,509776,553774,587536,599632,600174,606032,623824,628974,631376,667024,672174
%N A332313 Numbers k such that k, k + 1 and k + 2 have the same number of divisors in Gaussian integers.
%H A332313 Amiram Eldar, <a href="/A332313/b332313.txt">Table of n, a(n) for n = 1..10000</a>
%e A332313 23824 is a term since 23824, 23825 and 23826 each have 36 divisors in Gaussian integers.
%t A332313 Flatten[Position[Partition[DivisorSigma[0, Range[3*10^5], GaussianIntegers -> True], 3, 1], {x_, x_, x_}]] (* after _Harvey P. Dale_ at A005238 *)
%Y A332313 Cf. A005238, A062327, A332312, A332314.
%K A332313 nonn
%O A332313 1,1
%A A332313 _Amiram Eldar_, Feb 09 2020