|
Search: id:A066240
|
|
|
| A066240 |
|
The floor(n/2)-perfect numbers, where f-perfect numbers for an arithmetical function f are defined in A066218. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
J. Pe, On a Generalization of Perfect Numbers, J. Rec. Math., 31(3) (2002-2003), 168-172.
|
|
EXAMPLE
|
Let f(n) = floor(n/2). Then f(18) = 9 = 4+3+1+1+0 = f(9)+f(6)+f(3)+f(2)+f(1); so 18 is a term of the sequence.
|
|
MATHEMATICA
|
f[x_] := Floor[x/2]; Select[ Range[ 1, 10^5], 2 * f[ # ] == Apply[ Plus, Map[ f, Divisors[ # ] ] ] & ]
|
|
CROSSREFS
|
Sequence in context: A113541 A113542 A075865 this_sequence A115747 A001101 A088341
Adjacent sequences: A066237 A066238 A066239 this_sequence A066241 A066242 A066243
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 19 2001
|
|
|
Search completed in 0.002 seconds
|