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!)
A174384 n such that n = product of 3 consecutive even numbers and n+-1 are primes. 2
192, 2688, 21840, 26880, 63840, 175392, 238080, 314160, 592368, 4573632, 9260160, 9527280, 13823040, 22424640, 27542400, 34010928, 35286240, 85182240, 103821120, 113377968, 150566640, 189116928, 220346448, 242968128, 257256912 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
4*6*8 = 192+-1 -> primes,..
LINKS
MATHEMATICA
f[n_]:=n*(n+2)*(n+4); Select[Table[f[n], {n, 0, 7!, 2}], PrimeQ[ #-1]&&PrimeQ[ #+1]&]
Select[Table[n(n+2)(n+4), {n, 0, 700, 2}], AllTrue[#+{1, -1}, PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Aug 18 2015 *)
CROSSREFS
Sequence in context: A183710 A183702 A351632 * A232919 A362738 A209594
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition clarified by Harvey P. Dale, Aug 18 2015
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 August 23 21:15 EDT 2024. Contains 375396 sequences. (Running on oeis4.)