|
Search: id:A066238
|
|
|
| A066238 |
|
The floor(n/3)-perfect numbers, where f-perfect numbers for an arithmetical function f are defined in A066218. |
|
+0 1
|
|
| 2, 12, 18, 40, 56, 304, 550, 748, 1504, 3230, 3770, 6976, 29824
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
It appears that there are more floor(n/N)-perfect numbers the larger N is. (Here N = 3.)
|
|
LINKS
|
J. Pe, On a Generalization of Perfect Numbers, J. Rec. Math., 31(3) (2002-2003), 168-172.
|
|
EXAMPLE
|
Let f(n) = floor(n/3). Then f(12) = 6 = 3+2+1+0 = f(6)+f(4)+f(3)+f(1); so 12 is a term of the sequence.
|
|
MATHEMATICA
|
f[x_] := Floor[x/3]; Select[ Range[2, 10^5], 2 * f[ # ] == Apply[ Plus, Map[ f, Divisors[ # ] ] ] & ]
|
|
CROSSREFS
|
Sequence in context: A063576 A120350 A032413 this_sequence A101074 A115109 A048001
Adjacent sequences: A066235 A066236 A066237 this_sequence A066239 A066240 A066241
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 19 2001
|
|
|
Search completed in 0.002 seconds
|