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!)
A316351 Numbers k such that k^2 + 1 has exactly four distinct prime factors. 1
47, 73, 83, 123, 133, 157, 173, 177, 183, 187, 191, 203, 213, 217, 233, 237, 242, 253, 255, 265, 273, 278, 293, 302, 307, 313, 317, 319, 327, 333, 337, 343, 353, 377, 387, 395, 401, 403, 411, 413, 421, 423, 437, 438, 467, 473, 477, 483, 487, 489, 497, 499, 507 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
For k = 133, k^2 + 1 = 17690 = 2*5*29*61 which has 4 distinct prime factors, so 133 is a term.
For k = 157, k^2 + 1 = 24650 = 2*5*5*17*29 which has 4 distinct prime factors, so 157 is a term.
MATHEMATICA
Select[Range@510, PrimeNu[#^2 + 1] == 4 &] (* Robert G. Wilson v, Jul 15 2018 *)
PROG
(PARI) isok(n) = omega(n^2+1) == 4; \\ Michel Marcus, Jun 30 2018
CROSSREFS
Sequence in context: A097458 A094335 A300165 * A282633 A369957 A052231
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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)