Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #8 May 01 2021 11:54:50
%S 0,0,0,0,6,6,1,5,0,1,9,0,7,7,1,5,3,4,9,3,6,5,8,0,6,8,6,2,0,3,0,3,6,5,
%T 4,6,7,1,4,2,3,5,9,7,6,7,5,1,1,7,6,0,6,0,8,2,5,4,7,5,6,2,0,4,8,1,5,7,
%U 5,1,0,5,5,3,3,9,5,6,2,9,1,5,4,4,1,6,9,8,2,6,0,6,2,9,6,7,6,0,9,1,2,6,5,0,5,2,1,9,7,8,8,2,4,8,3,6,3,2,7,4,3,3,3,4
%N Decimal expansion of abs(log_10(cosine of 1 degree)).
%t Join[{0,0,0,0},RealDigits[Abs[Log10[Cos[1 Degree]]],10,120][[1]]] (* _Harvey P. Dale_, May 01 2021 *)
%Y Cf. A019810.
%K nonn,cons
%O 0,5
%A _Mohammad K. Azarian_, Nov 17 2005
%E Corrected and extended by _Harvey P. Dale_, May 01 2021