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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075865 phi(n) = sigma(sum of prime factors of n). 0
18, 20, 52, 57, 70, 381, 426, 543, 1252, 3027, 4098, 4612, 6807, 257799, 302403, 1583607, 3272727, 52859523 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

EXAMPLE

phi(52) = 24; sigma(sum of prime factors of 52) = sigma(15) = 24. Hence 52 belongs to the sequence.

MATHEMATICA

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

CROSSREFS

Sequence in context: A113541 A181453 A113542 * A066240 A115747 A185099

Adjacent sequences:  A075862 A075863 A075864 * A075866 A075867 A075868

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 15 2002

EXTENSIONS

a(15)-a(19) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Jun 06 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 16 01:56 EST 2012. Contains 205860 sequences.