login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066245 Floor(|x*sin(x)|)-perfect numbers, where f-perfect numbers for an arithmetical function f are defined in A066218. 0
3, 6, 10, 34, 50, 91, 222, 364, 1485, 6640, 18579, 775698, 1035507, 1706366, 46388515, 75714802 (list; graph; refs; listen; history; text; internal format)
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(|x*sin(x)|). Then f(6) = 1 = 0+1+0 = f(3)+f(2)+f(1); so 6 is a term of the sequence.
MATHEMATICA
f[x_] := Floor[Abs[x*Sin[x]]]; Select[ Range[2, 10^4], 2 * f[ # ] == Apply[ Plus, Map[ f, Divisors[ # ] ] ] & ]
CROSSREFS
Cf. A066218.
Sequence in context: A001465 A094276 A151376 * A356977 A068821 A062100
KEYWORD
nonn,more
AUTHOR
Joseph L. Pe, Dec 19 2001
EXTENSIONS
a(11)-a(16) from Amiram Eldar, Sep 26 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)