|
Search: id:A066361
|
|
|
| A066361 |
|
The floor(n^(.9999))-perfect numbers, where f-perfect numbers for an arithmetical function f is defined in A066218. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Despite the closeness of f(n) = floor(n^(.9999)) to floor(n) (which generates the usual perfect numbers), the perfect numbers generated by these functions are quite different.
|
|
LINKS
|
J. Pe, On a Generalization of Perfect Numbers, J. Rec. Math., 31(3) (2002-2003), 168-172.
|
|
MATHEMATICA
|
f[x_] := Floor[x^(.9999)]; Select[ Range[2, 10^6], 2 * f[ # ] == Apply[ Plus, Map[ f, Divisors[ # ] ] ] & ]
|
|
CROSSREFS
|
Cf. A066218.
Sequence in context: A006262 A003043 A059783 this_sequence A120929 A007184 A067765
Adjacent sequences: A066358 A066359 A066360 this_sequence A066362 A066363 A066364
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 20 2001
|
|
|
Search completed in 0.002 seconds
|