cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A046946 Sin(n) decreases monotonically to 0.

This page as a plain text file.
%I A046946 #24 Feb 22 2023 02:06:14
%S A046946 1,3,44,311,377,688,710,103638,104703,208341,312689,833719,2292816,
%T A046946 3126535,6565759,9692294,10838702,74724506,171126416,245850922,
%U A046946 411557987,1068966896,2549491779,6167950454,14885392687
%N A046946 Sin(n) decreases monotonically to 0.
%C A046946 Conjecture: Next terms are 21053343141, 1783366216531, 3587785776203, 148714156295726, 279510437053578. - _Giorgos Kalogeropoulos_, Feb 21 2023
%D A046946 Suggested by a question from Alan Walker (Alan_Walker(AT)sabre.com)
%t A046946 z={}; current=1; Timing[ Do[ If[ If[ (t=Sin[ n ])>0, t, 1 ]<current, AppendTo[ z, current=t ] ], {n, 105000 } ] ]; z  (* _Wouter Meeussen_ *)
%Y A046946 Cf. A046947.
%K A046946 nonn,nice,more
%O A046946 0,2
%A A046946 _N. J. A. Sloane_
%E A046946 More terms from _Wouter Meeussen_
%E A046946 Further terms from _Michel ten Voorde_
%E A046946 a(21)-a(24) from _Giorgos Kalogeropoulos_, Feb 21 2023