S000156


Cotangent: table in which the k-th row is round(cot((Pi/2)*n/10^k)) for n = 1..10^k.

63, 31, 20, 14, 10, 7, 5, 3, 2, 0, 6366, 3182, 2120, 1589, 1271, 1058, 906, 792, 703, 631, 573, 524, 483, 447, 417, 389, 366, 344, 325, 308, 292, 278, 265, 253, 241, 231, 221, 213, 204, 196, 189, 182, 175, 169, 163, 158, 152, 147, 142, 138, 133, 129, 125

1

S000156

This is the cotangent curve (up to Pi/2) at greater and greater resolution.

T. D. Noe, Plot of 3 rows (1110 terms)

T. D. Noe, Table of 3 rows (1110 terms)

(Mma) Flatten[Table[Table[Floor[1/2 + 10^nn*Cot[(Pi/2)*n/10^nn]], {n, 10^nn}], {nn, 3}]]

Cf. S000153 (sine), S000154 (cosine), S000155 (tangent).

nonn,base,tabf

T. D. Noe, Jul 21 2014

© Tony D Noe 2014-2015