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!)
A074173 Numbers n such that n and n+2 are of the form p^2*q where p and q are distinct primes. 5
18, 50, 242, 423, 475, 603, 637, 722, 845, 925, 1682, 1773, 2007, 2523, 2525, 2527, 3175, 3177, 4203, 4475, 4525, 4923, 5823, 6725, 6811, 6962, 7299, 7442, 7675, 8425, 8957, 8973, 9457, 9925, 10051, 10082, 10467, 11673, 11709, 12427, 12482, 12591 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Even terms in sequence are 2*A048161(n)^2. - Ray Chandler, Jun 24 2019
EXAMPLE
18 is a member as 18 = 3^2*2 and 20 = 2^2*5.
MATHEMATICA
lst={}; Do[f1=FactorInteger[n]; If[Sort[Transpose[f1][[2]]]=={1, 2}, f2=FactorInteger[n+2]; If[Sort[Transpose[f2][[2]]]=={1, 2}, AppendTo[lst, n]]], {n, 3, 10000}]; lst
CROSSREFS
Sequence in context: A180292 A143928 A356743 * A273459 A092068 A093520
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 30 2002
EXTENSIONS
More terms from T. D. Noe, Oct 04 2004
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 18:25 EDT 2024. Contains 372603 sequences. (Running on oeis4.)