Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A157483
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A157483 Numbers n such that n-+1 are divisible by exactly 3 primes, counted with multiplicity. +0
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; listen)
OFFSET

1,1

COMMENT

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 this_sequence A096218 A100590 A046120

Adjacent sequences: A157480 A157481 A157482 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research