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!)
A058208 a(n) = floor(6*n*sqrt(n)/Pi^2) - sigma(n), where sigma(n) is the sum of the divisors of n (A000203). 4
-1, -2, -1, -3, 0, -4, 3, -2, 3, 1, 10, -3, 14, 7, 11, 7, 24, 7, 30, 12, 26, 26, 43, 11, 44, 38, 45, 34, 64, 27, 72, 47, 67, 66, 77, 40, 98, 82, 92, 63, 117, 69, 127, 93, 105, 117, 147, 78, 151, 121, 149, 129, 180, 121, 175, 134, 181, 178, 215, 114, 227, 200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Always > 0 for n > 12.
REFERENCES
József Sándor, Dragoslav S. Mitrinovic, and Borislav Crstici, Handbook of Number Theory I, Springer Science & Business Media, 2005, Chapter III, p. 77, section III.1.1.c.
LINKS
MATHEMATICA
a[n_] := Floor[n * Sqrt[n] / Zeta[2]] - DivisorSigma[1, n]; Array[a, 100] (* Amiram Eldar, Apr 23 2024 *)
PROG
(PARI) a(n)=6*n*sqrt(n)\Pi^2 - sigma(n) \\ Charles R Greathouse IV, Feb 14 2013
CROSSREFS
Sequence in context: A030109 A208571 A264520 * A070817 A231347 A180988
KEYWORD
sign,changed
AUTHOR
N. J. A. Sloane, Nov 29 2000
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)