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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157484 Numbers n such that n-+1 are divisible by exactly 4 primes, counted with multiplicity. 4
55, 89, 151, 197, 233, 249, 295, 307, 329, 341, 343, 349, 461, 489, 491, 569, 571, 665, 713, 739, 775, 851, 857, 859, 869, 871, 949, 1013, 1015, 1061, 1097, 1111, 1149 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

54=2*3*3*3;56=2*2*2*7,...

MATHEMATICA

q=4; 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, A157483

Sequence in context: A065912 A203613 A039533 * A027865 A195118 A143205

Adjacent sequences:  A157481 A157482 A157483 * A157485 A157486 A157487

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 01 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 17 13:24 EST 2012. Contains 206031 sequences.