|
Search: id:A069085
|
|
|
| A069085 |
|
Abundant numbers n such that n = sigma(k) - 2k, where k = sigma(n) - 2n. |
|
+0 2
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
All triply perfect numbers (A005820) are in the sequence, as are 45840 and 51168. Are there any other terms?
|
|
EXAMPLE
|
sigma(45840) - 2*45840 = 51168 and sigma(51168) - 2*51168 = 45840, so 45840 and 51168 are in the sequence.
|
|
MATHEMATICA
|
For[n=1, True, n++, k=DivisorSigma[1, n]-2n; If[k>0&&DivisorSigma[1, k]-2k==n, Print[n]]]
|
|
CROSSREFS
|
Cf. A005820.
Adjacent sequences: A069082 A069083 A069084 this_sequence A069086 A069087 A069088
Sequence in context: A090216 A113546 A114887 this_sequence A039688 A005820 A052787
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Naohiro Nomoto (n_nomoto(AT)yabumi.com), Apr 05 2002
|
|
EXTENSIONS
|
Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), Apr 11 2002
|
|
|
Search completed in 0.002 seconds
|