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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105573 Numbers m such that m-4 and m+4 have 4 prime factors. 2
20, 136, 200, 224, 344, 346, 368, 376, 480, 488, 554, 568, 576, 640, 736, 744, 808, 816, 854, 856, 864, 872, 880, 944, 992, 1064, 1152, 1160, 1200, 1208, 1214, 1216, 1280, 1288, 1312, 1360, 1426, 1568, 1576, 1606, 1621, 1648, 1656, 1664, 1784, 1808, 1858 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A001222(a(n)-4) = A001222(a(n)+4) = 4.

MATHEMATICA

q=4; lst={}; Do[If[Plus@@Last/@FactorInteger[n-q]==q&&Plus@@Last/@FactorInteger[n+q]==q, AppendTo[lst, n]], {n, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 01 2009]

CROSSREFS

Cf. A014574, A105571, A105572.

Sequence in context: A188145 A168178 A085284 * A144965 A140301 A134382

Adjacent sequences:  A105570 A105571 A105572 * A105574 A105575 A105576

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Apr 14 2005

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 16 16:34 EST 2012. Contains 205938 sequences.