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.

A024818 a(n) = floor(tan m), where m is the least positive integer such that floor(tan m) > floor(tan k) for k = 0,1,...,m-1.

This page as a plain text file.
%I A024818 #10 Jul 02 2019 22:26:21
%S A024818 1,7,7,8,9,9,10,11,13,15,17,20,25,32,45,75,227,229,230,232,233,235,
%T A024818 237,238,240,242,244,246,247,249,251,253,255,257,259,261,263,265,267,
%U A024818 270,272,274,276,279,281,283,286,288,291,294,296,299,302,304,307,310,313,316,319,322,325
%N A024818 a(n) = floor(tan m), where m is the least positive integer such that floor(tan m) > floor(tan k) for k = 0,1,...,m-1.
%H A024818 Michel Marcus, <a href="/A024818/b024818.txt">Table of n, a(n) for n = 1..177</a>
%F A024818 a(n) = floor(tan(A024814(n))). - _N. J. A. Sloane_, Jun 29 2019
%Y A024818 Cf. A000503, A024814.
%K A024818 nonn
%O A024818 1,2
%A A024818 _Clark Kimberling_