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.
%I A079332 #22 Feb 16 2025 08:32:48 %S A079332 1,122925461,534483448,3083975227,214112296674652 %N A079332 Values of n at which successive maxima of tan(n)/n occur. %C A079332 Contributed by D. W. Cantrell. %C A079332 Corresponding maxima are 1.55741, 2.65934, 3.58205, 4.3311, 18.0078, 18.0566, 556.306, .... %C A079332 The next term, a(6), is too large to be displayed above, it has 117 digits. See the b-file for further terms. - _M. F. Hasler_, Sep 10 2020 %C A079332 More terms could be added to the b-file. - _N. J. A. Sloane_, Sep 13 2020 %H A079332 Charles R Greathouse IV, <a href="/A079332/b079332.txt">Table of n, a(n) for n = 1..7</a> %H A079332 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/TancFunction.html">Tanc Function</a> %o A079332 (PARI) r=0; for(n=1,1e9, t=tan(n)/n; if(t>r, r=t; print1(n", "))) \\ _Charles R Greathouse IV_, Jul 20 2016 %Y A079332 Cf. A079331. %Y A079332 Subsequence of A249836 = {n | tan(n) > n}. - _M. F. Hasler_, Sep 10 2020 %K A079332 nonn,more %O A079332 1,2 %A A079332 _Eric W. Weisstein_, Jan 03 2003