OFFSET
1,1
COMMENTS
Abs[Cos[a(n)]] approaches 0; Abs[Sin[a(n)]] approaches 1.
LINKS
Eric Weisstein's World of Mathematics, Convergent.
EXAMPLE
a(1) = 11 because the first convergent of Pi with an even numerator is 22/7.
MATHEMATICA
Select[Table[1/2*Numerator[FromContinuedFraction[ContinuedFraction[Pi, k][[Range[1, k]]]]], {k, 1, 60}], IntegerQ]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Joseph Biberstine (jrbibers(AT)indiana.edu), Feb 22 2005
STATUS
approved