login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064900 Semiprimes p1*p2 such that p2 mod p1 = 2. 3
15, 33, 35, 51, 69, 85, 87, 123, 141, 143, 159, 161, 177, 185, 213, 235, 249, 259, 267, 303, 321, 323, 335, 339, 393, 411, 447, 485, 501, 519, 533, 535, 537, 553, 573, 591, 635, 681, 685, 699, 717, 749, 753, 771, 785, 789, 807, 835, 843, 869, 871, 879, 899 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

MATHEMATICA

okQ[n_] := Module[{p, e}, {p, e} = Transpose[FactorInteger[n]]; e == {1, 1} && Mod[p[[2]], p[[1]]] == 2]; Select[Range[1000], okQ]

CROSSREFS

Cf. A001358 (p2 mod p1 = 0), A064899-A064911.

Sequence in context: A053343 A068081 A089967 * A157137 A141230 A140608

Adjacent sequences:  A064897 A064898 A064899 * A064901 A064902 A064903

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com), Oct 13 2001.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 04:47 EST 2012. Contains 205860 sequences.