|
| |
|
|
A066228
|
|
The EulerPhi(sigma(EulerPhi))-perfect numbers, where the f-perfect numbers for an arithmetical function f are defined in A066218.
|
|
0
| | |
|
|
|
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
|
| |
|
|