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!)
A075710 Numerator of Sum_{k=1..n} frac(n/k), where frac(x/y) denotes the fractional part of x/y. 1
0, 0, 1, 1, 17, 7, 43, 61, 689, 577, 10631, 5171, 120353, 116393, 114677, 184309, 4664783, 3343463, 30250999, 23103859, 4842479, 1692541, 51155931, 98502883, 2997994963, 3162740467, 29951950003, 25702562003, 954762891787 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
Lim_{n -> infinity} log(a(n))/n = 1.
MATHEMATICA
a[n_] := Numerator @ Sum[Mod[n, k]/k, {k, 1, n}]; Array[a, 100] (* Amiram Eldar, Sep 18 2021 *)
PROG
(PARI) a(n)=numerator(sum(i=1, n, frac(n/i)))
CROSSREFS
Sequence in context: A064545 A114032 A107807 * A356060 A048368 A040275
KEYWORD
frac,nonn
AUTHOR
Benoit Cloitre, Oct 03 2002
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 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)