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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113008 Numbers n such that n, n+1, n+2, n+3 and n+4 are respectively 1,2,3,4,5-almost primes. 4
15121, 35521, 52321, 117841, 235441, 313561, 398821, 516421, 520021, 531121, 570601, 623641, 761113, 838561, 941041, 1117321, 1190821, 1317361, 1333621, 1336177, 1372081, 1413793, 1424041, 1431361, 1488901, 1513921, 1560121 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All listed terms are congruent to 1 modulo 12.

EXAMPLE

15121 is prime (or 1-almost prime), 15122=2*7561 is semiprime (or 2-almost prime), 15123=3*71*71 is 3-almost prime, 15124=2*2*29*199 is 4-almost prime, 15125=5*5*5*11*11 is 5-almost prime.

MATHEMATICA

f[n_] := Plus @@ Last /@ FactorInteger@n; t = {}; Do[p = Prime[n]; If[Array[ f[p + # ] &, 4] == {2, 3, 4, 5}, AppendTo[t, p]], {n, 126483}]; t (* Robert G. Wilson v *)

CROSSREFS

Cf. A112998, A113000.

Sequence in context: A206410 A190294 A124047 * A004935 A004955 A004975

Adjacent sequences:  A113005 A113006 A113007 * A113009 A113010 A113011

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Jan 03 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Jan 05 2006

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 14 11:36 EST 2012. Contains 205623 sequences.