The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A176687 Numbers k such that k^2-1 is the product of 4 distinct primes. 2
34, 56, 86, 92, 94, 104, 106, 142, 144, 160, 164, 166, 184, 186, 194, 196, 202, 204, 214, 216, 218, 220, 230, 232, 236, 248, 256, 266, 272, 284, 300, 302, 304, 320, 322, 328, 340, 346, 358, 384, 392, 394, 398, 400, 412, 414, 416, 430, 434, 446, 452, 456, 464 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
34 is in the sequence, because 34^2 - 1 = 1155 = 3 * 5 * 7 * 11, so it's a product of 4 distinct primes.
MATHEMATICA
Select[Range[7! ], Last/@FactorInteger[ #^2-1]=={1, 1, 1, 1}&]
dp4Q[n_]:=Module[{c=n^2-1}, PrimeNu[c]==PrimeOmega[c]==4]; Select[Range[ 500], dp4Q] (* Harvey P. Dale, Dec 31 2013 *)
CROSSREFS
Sequence in context: A227304 A055574 A294173 * A224896 A103558 A103686
KEYWORD
nonn
AUTHOR
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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)