Arcsine: table in which the k-th row is round(arcsin(n/10^k)) for n = -10^k..10^k.
-16, -11, -9, -8, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 16, -157, -143, -137, -133, -129, -125, -122, -119, -117, -114, -112, -110, -108, -106, -104, -102, -100, -98, -96, -94, -93, -91, -89, -88, -86, -85, -83, -82, -80, -79, -78, -76, -75
1
This is the arcsine curve at greater and greater resolution.
T. D. Noe, Plot of 3 rows (2223 terms)
T. D. Noe, Table of 3 rows (2223 terms)
(Mma) Flatten[Table[Table[Floor[1/2 + 10^nn*ArcSin[n/10^nn]], {n, -10^nn, 10^nn}], {nn, 3}]]
Cf. S000153 (sine), S000154 (cosine), S000155 (tangent), S000156 (cotangent).
sign,tabf
T. D. Noe, Jul 21 2014