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.

A065949 Bessel polynomial {y_n}'''(0).

This page as a plain text file.
%I A065949 #22 Aug 15 2017 10:55:58
%S A065949 0,0,0,90,630,2520,7560,18900,41580,83160,154440,270270,450450,720720,
%T A065949 1113840,1670760,2441880,3488400,4883760,6715170,9085230,12113640,
%U A065949 15939000,20720700,26640900,33906600,42751800,53439750,66265290,81557280,99681120,121041360,146084400
%N A065949 Bessel polynomial {y_n}'''(0).
%D A065949 J. Riordan, Combinatorial Identities, Wiley, 1968, p. 77.
%H A065949 G. C. Greubel, <a href="/A065949/b065949.txt">Table of n, a(n) for n = 0..1000</a>
%H A065949 <a href="/index/Be#Bessel">Index entries for sequences related to Bessel functions or polynomials</a>
%H A065949 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1).
%F A065949 a(n) = 90 * C(n-3, 6) = 90 * A000579(n-3). - _Ralf Stephan_, Sep 03 2003
%F A065949 From _Colin Barker_, Aug 01 2013: (Start)
%F A065949 a(n) = ((-2+n)*(-1+n)*n*(1+n)*(2+n)*(3+n))/8.
%F A065949 G.f.: -90*x^3 / (x-1)^7. (End)
%F A065949 E.g.f.: (1/8)*x^3*(120 + 90*x + 18*x^2 + x^3)*exp(x). - _G. C. Greubel_, Aug 15 2017
%t A065949 Drop[90*Binomial[Range[40]-3,6],5] (* _Harvey P. Dale_, Sep 20 2013 *)
%o A065949 (PARI) for(n=0,50, print1(90*binomial(n+3,6), ", ")) \\ _G. C. Greubel_, Aug 15 2017
%Y A065949 Cf. A001518, A001516.
%K A065949 nonn,easy
%O A065949 0,4
%A A065949 _N. J. A. Sloane_, Dec 08 2001
%E A065949 More terms from _Colin Barker_, Aug 01 2013