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!)
A268139 Semiprimes of the form 3*n*2^n - 3*n - 2^(2+n) + 4. 0
6, 35, 341, 2159, 6160337, 27787211, 191126044583, 412745898649251217229, 162789115166027506149234835193, 51436190754860636195130229261336259 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Ben Green and Terence Tao, The primes contain arbitrarily long arithmetic progressions, Annals of Mathematics, 167 (2008), pp. 481-547. arXiv:math/0404188 [math.NT], 2004-2007.
MATHEMATICA
Select[Table[3 n 2^n - 3 n - 2^(2 + n) + 4, {n, 250}], PrimeOmega[#] == 2 &]
PROG
(Magma) IsSemiprime:= func<n | &+[d[2]: d in Factorization(n)] eq 2>; [s: n in [2..240] | IsSemiprime(s) where s is 3*n*2^n-3*n-2^(2+n)+4];
CROSSREFS
Sequence in context: A261080 A356494 A291595 * A361241 A051337 A267224
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Jan 27 2016
STATUS
approved

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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)