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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075868 tau(n) = phi(sum of prime factors of n). 0
3, 6, 15, 20, 21, 28, 35, 50, 66, 98, 99, 104, 105, 114, 125, 130, 154, 170, 210, 230, 276, 325, 351, 352, 363, 372, 374, 380, 414, 444, 459, 476, 532, 539, 558, 572, 580, 585, 608, 666, 693, 696, 845, 847, 950, 968, 975 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

EXAMPLE

tau(50) = number of divisors of 50 = 6; phi(sum of prime factors of 50) = phi(2 + 5) = 6. Hence 50 is a term of the sequence.

MATHEMATICA

Select[Range[2, 10^3], EulerPhi[Apply[Plus, Transpose[FactorInteger[ # ]][[1]]]] == DivisorSigma[0, # ] &]

CROSSREFS

Sequence in context: A160724 A174279 A060304 * A162335 A095869 A069559

Adjacent sequences:  A075865 A075866 A075867 * A075869 A075870 A075871

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 15 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 17 23:58 EST 2012. Contains 206085 sequences.