The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A049831 a(n) = Max_{k=1..n} T(n,k), array T as in A049828. 1

%I #15 Aug 08 2021 01:17:03

%S 0,0,1,1,3,2,4,6,5,6,8,8,11,10,9,12,12,15,15,14,19,16,19,18,19,22,21,

%T 23,26,25,27,24,27,32,27,30,33,31,33,30,35,38,35,38,40,38,44,39,44,46,

%U 43,44,47,45,53,46,49,52,50,56,54,54,57,56

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

%C a(n)/n -> 1, while n goes to infinity (for proof see attached link). - _Tiberiu Szocs-Mihai_, Aug 17 2015

%H Tiberiu Szocs-Mihai, <a href="http://mathticks.blogspot.ro/2011/01/discrete-connections-part-iv.html">Euclidean summation functions</a>, Math Ticks Blog, January 2011.

%o (PARI) a(nn) = {for (n=1, nn, m = 0; for (k=1, n, a = n; b = k; r = 1; s = 0; while (r, q = a\b; r = a - b*q; s += r; a = b; b = r); m = max(m, s);); print1(m, ", "););} \\ _Michel Marcus_, Aug 18 2015

%Y Cf. A049828.

%K nonn

%O 1,5

%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 June 4 06:06 EDT 2024. Contains 373089 sequences. (Running on oeis4.)