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.

A340460 Numbers k for which tan(k) > sqrt(k).

This page as a plain text file.
%I A340460 #16 Aug 14 2022 23:23:53
%S A340460 1,14,36,58,80,168,190,212,234,256,278,300,322,344,611,633,655,677,
%T A340460 699,988,1010,1032,1054,1365,1387,1409,1720,1742,1764,2075,2097,2119,
%U A340460 2452,2474,2807,2829,3162,3184,3517,3539,3872,3894,4227,4249,4582,4604,4937,4959,5292,5314,5647,5669,6002
%N A340460 Numbers k for which tan(k) > sqrt(k).
%e A340460 tan(14) > sqrt(14) so 14 is a term.
%o A340460 (PARI) isok(k) = tan(k) > sqrt(k); \\ _Michel Marcus_, Jan 11 2021
%Y A340460 Cf. A024814.
%Y A340460 Supersequence of A249836.
%K A340460 nonn,less
%O A340460 1,2
%A A340460 _Joseph C. Y. Wong_, Jan 08 2021