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.

A057603 Second term of continued fraction for log(n).

This page as a plain text file.
%I A057603 #10 Jul 18 2023 17:43:58
%S A057603 1,10,2,1,1,1,12,5,3,2,2,1,1,1,1,1,1,1,1,22,10,7,5,4,3,3,3,2,2,2,2,2,
%T A057603 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,136,39,23,16,12,10,9,7,6,6,
%U A057603 5,5,4,4,4,4,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1
%N A057603 Second term of continued fraction for log(n).
%F A057603 a(n) = floor(1/(log(n) - floor(log(n)))).
%t A057603 Table[ContinuedFraction[Log[n],10][[2]],{n,2,120}] (* _Harvey P. Dale_, Jul 18 2023 *)
%K A057603 easy,nonn
%O A057603 2,2
%A A057603 _Leroy Quet_, Oct 07 2000