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.

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

This page as a plain text file.
%I A332312 #11 Feb 10 2020 05:21:04
%S A332312 62,153,175,206,278,404,422,494,657,774,801,833,854,873,891,926,1017,
%T A332312 1070,1126,1142,1233,1322,1424,1502,1617,1718,1737,1881,1910,1953,
%U A332312 2097,2222,2302,2673,2694,2793,2798,2817,2825,2961,2996,3014,3174,3177,3266,3446,3577
%N A332312 Numbers k such that k and k + 1 have the same number of divisors in Gaussian integers.
%H A332312 Amiram Eldar, <a href="/A332312/b332312.txt">Table of n, a(n) for n = 1..10000</a>
%e A332312 62 is a term since both 62 and 63 have 6 divisors in Gaussian integers.
%t A332312 SequencePosition[DivisorSigma[0, Range[3500], GaussianIntegers -> True], {x_, x_}][[All, 1]] (* after _Harvey P. Dale_ at A005237 *)
%Y A332312 Cf. A005237, A062327, A332313, A332314.
%K A332312 nonn
%O A332312 1,1
%A A332312 _Amiram Eldar_, Feb 09 2020