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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092127 Numbers n such that n, n+2, n+4, n+6, n+8 are semiprimes. 9
213, 1133, 1343, 1383, 1385, 1835, 1937, 2315, 2807, 3091, 3093, 3095, 3147, 3977, 4313, 4529, 4835, 5089, 5609, 5611, 6185, 6533, 7141, 8129, 8131, 8133, 8135, 9753, 9755, 9983, 9985, 9987, 9989, 10401, 10403, 11013, 11015, 11099, 11663, 12053 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Semiprimes in arithmetic progression. All terms are odd, see also A056809.

MATHEMATICA

PrimeFactorExponentsAdded[n_] := Plus @@ Flatten[Table[ #[[2]], {1}] & /@ FactorInteger[n]]; Select[ Range[ 12054], PrimeFactorExponentsAdded[ # ] == PrimeFactorExponentsAdded[ # + 2] == PrimeFactorExponentsAdded[ # + 4] == PrimeFactorExponentsAdded[ # + 6] == PrimeFactorExponentsAdded[ # + 8] == 2 &] (from Robert G. Wilson v Feb 24 2004)

CROSSREFS

Cf. A056809, A070552, A092125, A092126, A092128, A092129.

Sequence in context: A201104 A092126 A085309 * A082967 A201342 A092796

Adjacent sequences:  A092124 A092125 A092126 * A092128 A092129 A092130

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Feb 22 2004

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 15 03:22 EST 2012. Contains 205694 sequences.