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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157483 Numbers n such that n-+1 are divisible by exactly 3 primes, counted with multiplicity. 6
19, 29, 43, 51, 67, 69, 77, 115, 171, 173, 187, 189, 237, 243, 245, 267, 274, 283, 285, 291, 317, 344, 355, 386, 403, 405, 411, 424, 427, 429, 435, 437, 476, 507, 597, 603, 604, 605, 638, 653, 664, 669, 723, 763, 776, 787, 789, 846, 891, 893, 907, 926, 963 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

18=2*3*3,20=2*2*5, ...

MAPLE

with(numtheory); a := proc (n) if bigomega(n-1) = 3 and bigomega(n+1) = 3 then n else end if end proc: seq(a(n), n = 2 .. 1100); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 03 2009]

MATHEMATICA

q=3; lst={}; Do[If[Plus@@Last/@FactorInteger[n-1]==q&&Plus@@Last/@FactorInteger[n+1]==q, AppendTo[lst, n]], {n, 7!}]; lst

CROSSREFS

Cf. A124936, A014612, A156028

Sequence in context: A158846 A157026 A108183 * A173966 A096218 A100590

Adjacent sequences:  A157480 A157481 A157482 * A157484 A157485 A157486

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 01 2009

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 03 2009

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 18 00:14 EST 2012. Contains 206085 sequences.