Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A157487
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A157487 Numbers n such that n-+1 are divisible by exactly 7 primes, counted with multiplicity. +0
1
10529, 15391, 17983, 18751, 22049, 23489, 24751, 26081, 29249, 32561, 35153, 43471, 49951, 52975, 58049, 58481, 67229, 67231, 70687, 71873, 72415, 76049, 77921, 79001, 79649, 82783, 83249, 85751, 88289, 93799, 95551, 97471, 102545 (list; graph; listen)
OFFSET

1,1

MAPLE

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

MATHEMATICA

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

Sequence in context: A068759 A114126 A120500 this_sequence A119866 A065319 A063060

Adjacent sequences: A157484 A157485 A157486 this_sequence A157488 A157489 A157490

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 07 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research