Search: id:A046947 Results 1-1 of 1 results found. %I A046947 %S A046947 1,3,22,333,355,103993,104348,208341,312689,833719,1146408,4272943, %T A046947 5419351,80143857,165707065,245850922,411557987,1068966896,2549491779, %U A046947 6167950454,14885392687,21053343141,1783366216531,3587785776203 %N A046947 |sin(n)| (or |tan(n)| or |sec(n)|) decreases monotonically to 0; also |cos(n)| (or |cosec(n)| or |cot(n)|) increases. %C A046947 Also numerators of convergents to Pi (A002486 gives denominators) beginning at 1. %C A046947 Integer circumferences of circles with a(0)=1 and a(n+1) is the smallest integer circumference with corresponding diameter nearer an integer than is the diameter of the circle with circumference a(n). See PARI program. - Rick L. Shepherd (rshepherd2(AT)hotmail.com), Oct 06 2007 %D A046947 K. H. Rosen et al., eds., Handbook of Discrete and Combinatorial Mathematics, CRC Press, 2000; p. 293. %D A046947 Suggested by a question from Alan Walker (Alan_Walker(AT)sabre.com) %H A046947 Eric Weisstein's World of Mathematics, Cosecant %H A046947 Eric Weisstein's World of Mathematics, Flint Hill Series %e A046947 |sin(4272943)| = 0.000000549579497810490800503139..., |tan(4272943)| = 0.000000549579497810573797346111..., |sec(4272943)| = 1.00000000000015101881221... %e A046947 |cos(4272943)| = 0.999999999999999270361852178903362129844..., |cosec(4272943)| = 0.00000181957297167010734684889..., |cot(4272943)| = 0.00000181957297166983255709999... %p A046947 Digits := 50; M := 10000; a := [ 1 ]; R := sin(1.); for n from 2 to M do t1 := evalf(sin(n)); if abs(t1)