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.

A154392 Number of zeros of sin(x^2) in integer intervals starting with (0,1).

This page as a plain text file.
%I A154392 #9 Feb 20 2023 18:55:06
%S A154392 0,1,1,3,2,4,4,5,5,6,7,7,8,9,9,10,10,12,11,13,13,14,14,15,15,17,17,17,
%T A154392 18,19,19,20,21,21,22,23,23,24,25,25,26,26,27,28,28,29,30,30,31,31,32,
%U A154392 33,34,34,34,36,36,36,38,37,39,39,40,40,41,42,42,43,44
%N A154392 Number of zeros of sin(x^2) in integer intervals starting with (0,1).
%C A154392 First differences of A032616. - _R. J. Mathar_, Jan 12 2009
%e A154392 For n = 1, there are no zeros of sin(x^2) in (0,1), so a(1) = 0. For n = 2, there is one zero of sin(x^2) in (1,2) at x = sqrt(pi), or x ~ 1.772, so a(2) = 1.
%t A154392 Join[{0},Table[CountRoots[Sin[x^2],{x,k,k+1}],{k,20}]] (* _Harvey P. Dale_, Dec 24 2018 *)
%Y A154392 Cf. A032616.
%K A154392 nonn
%O A154392 1,4
%A A154392 _A. Timothy Royappa_, Jan 08 2009
%E A154392 More terms from _Alois P. Heinz_, Feb 20 2023