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!)
A153086 Numbers n such that 4*n+7 is not prime 1

%I #16 Sep 08 2022 08:45:39

%S 2,5,7,8,11,12,14,17,20,21,22,23,26,27,28,29,32,34,35,37,38,41,42,44,

%T 45,47,49,50,52,53,56,57,59,60,62,63,65,67,68,70,71,72,73,74,77,78,79,

%U 80,82,83,84,86,87,89,91,92,95,96,97,98,99,100,101,102,104,105,107

%N Numbers n such that 4*n+7 is not prime

%H Vincenzo Librandi, <a href="/A153086/b153086.txt">Table of n, a(n) for n = 1..1000</a>

%e *;

%e 2, *;

%e *, 7, *;

%e 5, *, 14, *;

%e *, 12, *, 23, *;

%e 8, *, 21, *, 34, *;

%e *, 17, *, 32, *, 47, *; etc.

%e where * marks the non-integer values of (2*n*k + k + n - 3)/2 with n >= k >= 1. - _Vincenzo Librandi_, Nov 21 2012

%t Select[Range[200], !PrimeQ[4# + 7] &] (* _Vincenzo Librandi_, Nov 21 2012 *)

%o (Magma) [n: n in [1..120] | not IsPrime(4*n + 7)]; // _Vincenzo Librandi_, Nov 21 2012

%Y Cf. A089986, A153053.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Dec 18 2008

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)