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.

A039832 Numbers k such that k and k+1 both have 4 divisors.

This page as a plain text file.
%I A039832 #30 Nov 10 2020 03:16:48
%S A039832 14,21,26,33,34,38,57,85,86,93,94,118,122,133,141,142,145,158,177,201,
%T A039832 202,205,213,214,217,218,253,298,301,302,326,334,381,393,394,445,446,
%U A039832 453,481,501,514,526,537,542,553,565,622,633,634,694,697,698,706,717,745,766,778,793,802,817
%N A039832 Numbers k such that k and k+1 both have 4 divisors.
%D A039832 David Wells, Curious and interesting numbers, Penguin Books, 1986, p. 91.
%H A039832 Amiram Eldar, <a href="/A039832/b039832.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..1000 from Vincenzo Librandi)
%e A039832 14 and 15 both have 4 as number of divisors and are consecutive.
%t A039832 Flatten[Position[Partition[Table[DivisorSigma[0, n], {n, 1000}], 2, 1], _?(#=={4, 4}&)]] (* _Vincenzo Librandi_, Oct 21 2012 *)
%o A039832 (PARI) isA039832(n) = numdiv(n)==4 && numdiv(n+1)==4 \\ _Michael B. Porter_, Feb 03 2010
%Y A039832 Intersection of A005237 and A030513.
%Y A039832 Cf. A038456, A039833.
%K A039832 nonn
%O A039832 1,1
%A A039832 _N. J. A. Sloane_, _Felice Russo_, _Olivier Gérard_, Dec 11 1999