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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157486 Numbers n such that n-+1 are divisible by exactly 6 primes, counted with multiplicity. 2
1889, 3079, 4591, 5023, 6175, 6641, 7649, 9881, 10961, 11501, 11935, 12689, 13751, 14417, 15499, 15713, 16687, 18017, 18089, 18271, 19169, 19249, 19889, 19951 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

Cf. A124936, A014612, A157483, A157484, A157485

Sequence in context: A029564 A206746 A106764 * A086476 A168226 A151721

Adjacent sequences:  A157483 A157484 A157485 * A157487 A157488 A157489

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 15 18:11 EST 2012. Contains 205835 sequences.