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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066367 The floor(p(n)/n)-perfect numbers, where p(n) denotes the n-th prime and f-perfect numbers for an arithmetical function f are defined in A066218. 0
5, 7, 11, 49, 169 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

J. Pe, On a Generalization of Perfect Numbers, J. Rec. Math., 31(3) (2002-2003), 168-172.

MATHEMATICA

f[x_] := Floor[Prime[x] / x]; Select[ Range[2, 10^5], 2 * f[ # ] == Apply[ Plus, Map[ f, Divisors[ # ] ] ] & ] There do not seem to be any more terms. There are no terms between 170 and 10^5.

CROSSREFS

Cf. A066218.

Sequence in context: A106714 A106819 A045968 * A098036 A127269 A071781

Adjacent sequences:  A066364 A066365 A066366 * A066368 A066369 A066370

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 21 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 14 23:43 EST 2012. Contains 205689 sequences.