login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124412 Numbers k such that 2*k+1, 4*k+1, 8*k+1 and 16*k+1 are primes. 7

%I #12 Mar 23 2020 04:05:32

%S 765,1065,1155,1530,3105,3420,3705,5160,6840,7695,8325,9060,11265,

%T 11505,12195,14835,15390,15885,16650,17655,20745,22185,23205,27300,

%U 28155,28995,30165,30690,33300,33825,39015,41715,42690,44370,48465,49935

%N Numbers k such that 2*k+1, 4*k+1, 8*k+1 and 16*k+1 are primes.

%H Amiram Eldar, <a href="/A124412/b124412.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[15*Range[3500], And @@ PrimeQ /@ ({2, 4, 8, 16}*# + 1) &] (* _Ray Chandler_, Nov 21 2006 *)

%Y Cf. A005097, A123998, A124041, A124413-A124417.

%K nonn

%O 1,1

%A _Artur Jasinski_, Nov 02 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)