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.

A046963 Bessel function |Y_0(n)| is a monotonically decreasing positive sequence.

This page as a plain text file.
%I A046963 #14 Mar 05 2021 21:45:41
%S A046963 1,4,26,29,51,73,95,117,139,161,183,538,893,1248,1603,1958,2313,2668,
%T A046963 3023,3378,3733,4088,4443,4798,5153,5508,5863,6218,6573,6928,7283,
%U A046963 7638,7993,8348,8703,9058,9413,9768,10123,10478,10833,11188
%N A046963 Bessel function |Y_0(n)| is a monotonically decreasing positive sequence.
%H A046963 <a href="/index/Be#Bessel">Index entries for sequences related to Bessel functions or polynomials</a>
%F A046963 Conjectures from _Chai Wah Wu_, Mar 05 2021: (Start)
%F A046963 a(n) = 2*a(n-1) - a(n-2) for n > 11.
%F A046963 G.f.: (333*x^11 + 19*x^4 - 19*x^3 + 19*x^2 + 2*x + 1)/(x - 1)^2. (End)
%Y A046963 Cf. A046960, A046961, A046962.
%K A046963 nonn
%O A046963 0,2
%A A046963 _Olivier Gérard_