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.

A100365 Prime numbers q such that q, q+1, q+2, q+3, q+4 have 2, 4, 8, 16, 32 divisors respectively.

This page as a plain text file.
%I A100365 #10 Jan 17 2021 03:13:57
%S A100365 1124581,2101621,2135701,3829381,5801701,6097381,6453541,6535861,
%T A100365 6609781,6799621,6972661,7055317,7527061,8281381,8524981,9412981,
%U A100365 9895141,11455141,11901781,12043621,12929941,13749061,14747701,15504661
%N A100365 Prime numbers q such that q, q+1, q+2, q+3, q+4 have 2, 4, 8, 16, 32 divisors respectively.
%H A100365 Amiram Eldar, <a href="/A100365/b100365.txt">Table of n, a(n) for n = 1..10000</a>
%t A100365 Select[Prime[Range[1002000]],DivisorSigma[0,Range[0,4]+#]=={2,4,8,16,32}&] (* _Harvey P. Dale_, Oct 04 2019 *)
%Y A100365 Cf. A000005, A063446, A100363, A100364.
%K A100365 nonn
%O A100365 1,1
%A A100365 _Labos Elemer_, Nov 19 2004