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.

A262286 Primes whose binary expansion begins 100.

This page as a plain text file.
%I A262286 #11 Sep 21 2015 20:00:04
%S A262286 17,19,37,67,71,73,79,131,137,139,149,151,157,257,263,269,271,277,281,
%T A262286 283,293,307,311,313,317,521,523,541,547,557,563,569,571,577,587,593,
%U A262286 599,601,607,613,617,619,631,1031,1033,1039,1049,1051,1061,1063,1069,1087,1091,1093
%N A262286 Primes whose binary expansion begins 100.
%H A262286 Alois P. Heinz, <a href="/A262286/b262286.txt">Table of n, a(n) for n = 1..20000</a>
%p A262286 lis:=[]; q:=4;
%p A262286 for i from 1 to 10 do for j from 1 to 2^i-1 do
%p A262286 if isprime(q*2^i+j) then lis:=[op(lis),q*2^i+j]; fi; od: od:
%p A262286 lis;
%Y A262286 Primes whose binary expansion begins with binary expansion of 1, 2, 3, 4, 5, 6, 7: A000040, A080165, A080166, A262286, A262284, A262287, A262285.
%Y A262286 Suggested by A262350.
%Y A262286 Column k=4 of A262365.
%K A262286 nonn,base
%O A262286 1,1
%A A262286 _N. J. A. Sloane_, Sep 19 2015