cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A070266 Maximum element in the simple continued fraction expansion of H(n) = 1+1/2+1/3+...+1/n, the n-th harmonic number.

This page as a plain text file.
%I A070266 #11 Apr 08 2022 04:04:51
%S A070266 1,2,5,12,8,4,5,7,7,13,50,15,6,39,43,9,14,61,25,17,36,13,5,17,18,20,
%T A070266 68,45,25,198,88,1090,120,244,29,29,24,111,567,22,20,37,1812,59,41,
%U A070266 336,121,32,37,314,104,162,289,146,1557,42,78,639,52,812,116,32,131,236,59
%N A070266 Maximum element in the simple continued fraction expansion of H(n) = 1+1/2+1/3+...+1/n, the n-th harmonic number.
%H A070266 Amiram Eldar, <a href="/A070266/b070266.txt">Table of n, a(n) for n = 1..10000</a>
%e A070266 The simple continued fraction expansion of H(10) is [2, 1, 13, 12, 1, 3, 1, 2], hence a(10) = 13.
%t A070266 Table[ Max[ ContinuedFraction[ HarmonicNumber[n]]], {n, 1, 65}]
%Y A070266 Cf. A001008, A002805, A055573.
%K A070266 easy,nonn
%O A070266 1,2
%A A070266 _Benoit Cloitre_, May 09 2002