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!)
A049835 a(n) = Sum_{k=1..n} T(n,k), array T as in A049834. 3

%I #25 Apr 18 2023 10:24:23

%S 1,3,7,11,19,21,35,37,49,53,75,65,99,93,105,115,151,127,179,153,181,

%T 193,239,191,257,249,271,261,339,263,375,329,361,373,401,351,487,441,

%U 461,427,563,443,603,517,535,585,683,533,697,619,685,661,811,657,781,711

%N a(n) = Sum_{k=1..n} T(n,k), array T as in A049834.

%C Also the sum of all the partial quotients in the continued fraction for all rational k/n, for 1 <= k <= n. - _Jeffrey Shallit_, Jan 31 2023

%H C. Aistleitner, B. Borda, and M. Hauke, <a href="https://arxiv.org/abs/2210.14095">On the distribution of partial quotients of reduced fractions with fixed denominator</a>, ArXiv preprint arXiv:2210.14095 [math.NT], October 25 2022.

%H M. Shrader-Frechette, <a href="https://www.jstor.org/stable/2690435">Modified Farey sequences and continued fractions</a>, Math. Mag., 54 (1981), 60-63.

%H A. C. Yao and D. E. Knuth, <a href="https://doi.org/10.1073/pnas.72.12.4720">Analysis of the subtractive algorithm for greatest common divisors</a>, Proc. Nat. Acad. Sci. USA 72 (1975), 4720-4722.

%F Yao and Knuth proved that a(n) is asymptotically (6/Pi)^2*n*(log n)^2. - _Jeffrey Shallit_, Jan 31 2023

%p a:= n-> add(add(i, i=convert(k/n, confrac)), k=1..n):

%p seq(a(n), n=1..60); # _Alois P. Heinz_, Jan 31 2023

%Y Cf. A049834, A360264.

%K nonn

%O 1,2

%A _Clark Kimberling_

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 July 26 08:22 EDT 2024. Contains 374615 sequences. (Running on oeis4.)