login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066226 The sigma(EulerPhi)-perfect numbers, where the set of f-perfect numbers for an arithmetical function f is defined in A066218. 0
2, 88, 328, 5128, 9075, 327688, 1310728, 2066056, 2259976, 188186624, 560889856, 847020032, 1342177288 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are all the terms less than 10^5. Problem: Find an expression generating all the terms.
LINKS
J. Pe, On a Generalization of Perfect Numbers, J. Rec. Math., 31(3) (2002-2003), 168-172.
EXAMPLE
Let f(n) = sigma(EulerPhi(n)). The proper divisors of 88 are {1, 2, 4, 8, 11, 22, 44}; adding their f-values: 1 + 1 + 3 + 7 + 18 + 18 + 42 = 90 = f(88). Hence 88 is a term of the sequence.
MATHEMATICA
f[x_] := DivisorSigma[1, EulerPhi[x]]; Select[ Range[ 1, 10^5], 2 * f[ # ] == Apply[ Plus, Map[ f, Divisors[ # ] ] ] & ]
CROSSREFS
Sequence in context: A172736 A244386 A273520 * A058439 A058463 A364974
KEYWORD
nonn,more
AUTHOR
Joseph L. Pe, Dec 18 2001
EXTENSIONS
a(6)-a(13) from Amiram Eldar, Sep 26 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 28 04:29 EDT 2024. Contains 373761 sequences. (Running on oeis4.)