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!)
A357934 Products of two distinct lesser twin primes A001359. 0
15, 33, 51, 55, 85, 87, 123, 145, 177, 187, 205, 213, 295, 303, 319, 321, 355, 411, 447, 451, 493, 505, 535, 537, 573, 591, 649, 681, 685, 697, 717, 745, 781, 807, 843, 895, 933, 955, 985, 1003, 1041, 1111, 1135, 1177, 1189, 1195, 1207, 1257, 1293, 1345, 1383, 1405, 1507, 1555, 1563 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
d = {}; less = Select[Range[1607], PrimeQ[#] && PrimeQ[# + 2] &]; Do[Do[AppendTo[d, less[[m]] less[[n]]], {m, n + 1, Length[less]}], {n,
1, Length[less] - 1}]; Take[Sort[d], 55]
PROG
(PARI) list(lim)=my(v=List(), p=5); forprime(q=7, lim\3+2, if(q-p==2, my(r=3); forprime(s=5, min(lim\p+2, p), if(s-r==2, listput(v, p*r)); r=s)); p=q); Set(v) \\ Charles R Greathouse IV, Oct 21 2022
CROSSREFS
Cf. A001359.
Sequence in context: A351562 A316153 A190754 * A327900 A071965 A242677
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 21 2022
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 September 16 23:59 EDT 2024. Contains 375984 sequences. (Running on oeis4.)