A249836 Numbers n for which tan(n) > n.
1, 260515, 37362253, 122925461, 534483448, 3083975227, 902209779836, 74357078147863, 214112296674652, 642336890023956, 18190586279576483, 248319196091979065, 1108341089274117551, 118554299812338354516058, 1428599129020608582548671, 4285797387061825747646013
Offset: 1
Keywords
Examples
tan(1) = 1.557... > 1 so 1 is a member.
Links
- Michel Marcus, Table of n, a(n) for n = 1..518 (from A088306 b-file).
- David P. Bellamy, Jeffrey C. Lagarias, and Felix Lazebnik, Proposed Problem: Large Values of Tan n
- David P. Bellamy, Jeffrey C. Lagarias, Felix Lazebnik and Stephen M. Gagola, Jr., Large Values of Tangent: 10656, The American Mathematical Monthly, Vol. 106, No. 8 (Oct. 1999), pp. 782-784.
- Matt Parker, What is the biggest tangent of a prime?, Channel Stand-up Maths, YouTube, Aug 19 2020.
- Eric Weisstein's World of Mathematics, Tanc Function.
Crossrefs
Programs
-
Mathematica
a249836[n_Integer] := Select[Range[n], Tan[#] > # &]; a249836[270000] (* Michael De Vlieger, Nov 23 2014 *)
-
PARI
is(n)=tan(n)>n \\ Charles R Greathouse IV, Nov 07 2014
Formula
log(a(n)) / n ~ Pi, conjectured. - M. F. Hasler, Sep 10 2020 [corrected thanks to Vaclav Kotesovec, Feb 22 2021]
Comments