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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071834 Numbers n such that n and sigma(n) have the same largest prime factor. 0
6, 28, 40, 84, 117, 120, 135, 140, 224, 234, 270, 420, 468, 496, 585, 672, 756, 775, 819, 891, 931, 936, 1080, 1120, 1170, 1287, 1372, 1488, 1550, 1625, 1638, 1782, 1862, 2176, 2299, 2325, 2340, 2480, 2574, 2793, 3100, 3159, 3250, 3276, 3360, 3472 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

n such that A006530(n)=A006530(sigma(n))

EXAMPLE

1550 = 2.5^2.31 and sigma(1550) = 2976 = 2^5.3.31 hence 1550 is in the sequence

MAPLE

for(n=2, 1000, if(component(component(factor(n), 1), omega(n))==component(component(factor(sigma(n)), 1), omega(sigma(n))), print1(n, ", ")))

CROSSREFS

Sequence in context: A083865 A185351 A117948 * A055196 A120624 A138873

Adjacent sequences:  A071831 A071832 A071833 * A071835 A071836 A071837

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 08 2002

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 20:45 EST 2012. Contains 205964 sequences.