login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066361 The floor(n^(.9999))-perfect numbers, where f-perfect numbers for an arithmetical function f is defined in A066218. 0
2, 18, 17816, 116624 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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: A003043 A059783 A191554 * A120929 A007184 A067765

Adjacent sequences:  A066358 A066359 A066360 * A066362 A066363 A066364

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 20 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:29 EST 2012. Contains 205812 sequences.