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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066228 The EulerPhi(sigma(EulerPhi))-perfect numbers, where the f-perfect numbers for an arithmetical function f are defined in A066218. 0
2, 4, 28, 40, 448 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

There are no terms between 449 and 10^5. Are there any more terms? Are there infinitely many?

LINKS

J. Pe, On a Generalization of Perfect Numbers, J. Rec. Math., 31(3) (2002-2003), 168-172.

EXAMPLE

Let f(n) = EulerPhi(sigma(EulerPhi(n)). Proper divisors of 28 = {1, 2, 4, 7, 14}; the sum of their f-values = 1+1+2+4+4 = 12 = f(28); hence 28 belongs to the sequence.

MATHEMATICA

f[x_] := EulerPhi[DivisorSigma[1, EulerPhi[x]]]; Select[ Range[ 1, 10^5], 2 * f[ # ] == Apply[ Plus, Map[ f, Divisors[ # ] ] ] & ]

CROSSREFS

Sequence in context: A175759 A098515 A059719 * A110881 A156449 A192374

Adjacent sequences:  A066225 A066226 A066227 * A066229 A066230 A066231

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 18 2001

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 04:18 EST 2012. Contains 205860 sequences.