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.

A054487 a(n) = (3*n+4)*binomial(n+7, 7)/4.

This page as a plain text file.
%I A054487 #32 Jul 02 2025 16:01:59
%S A054487 1,14,90,390,1320,3762,9438,21450,45045,88660,165308,294372,503880,
%T A054487 833340,1337220,2089164,3187041,4758930,6970150,10031450,14208480,
%U A054487 19832670,27313650,37153350,49961925,66475656,87576984,114316840
%N A054487 a(n) = (3*n+4)*binomial(n+7, 7)/4.
%D A054487 A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 122-125, 194-196.
%H A054487 Vincenzo Librandi, <a href="/A054487/b054487.txt">Table of n, a(n) for n = 0..1000</a>
%H A054487 I. Adler, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/7-2/adler.pdf">Three Diophantine equations - Part II</a>, Fib. Quart., 7 (1969), pp. 181-193.
%H A054487 E. I. Emerson, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/7-3/emerson.pdf">Recurrent Sequences in the Equation DQ^2=R^2+N</a>, Fib. Quart., 7 (1969), pp. 231-242.
%H A054487 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9,-36,84,-126,126,-84,36,-9,1).
%F A054487 G.f.: (1+5*x)/(1-x)^9.
%F A054487 From _G. C. Greubel_, Jan 19 2020: (Start)
%F A054487 a(n) = 6*binomial(n+8, 8) - 5*binomial(n+7, 7).
%F A054487 E.g.f.: (20160 +262080*x +635040*x^2 +540960*x^3 +205800*x^4 +38808*x^5 +3724*x^6 +172*x^7 +3*x^8)*exp(x)/20160. (End)
%F A054487 a(n) = 9*a(n-1)-36*a(n-2)+84*a(n-3)-126*a(n-4)+126*a(n-5)-84*a(n-6)+36*a(n-7)-9*a(n-8)+a(n-9). - _Wesley Ivan Hurt_, Jun 07 2021
%p A054487 seq( (3*n+4)*binomial(n+7,7)/4, n=0..40); # _G. C. Greubel_, Jan 19 2020
%t A054487 CoefficientList[Series[(1+5x)/(1-x)^9, {x,0,40}], x] (* _Vincenzo Librandi_, Jul 30 2014 *)
%t A054487 Table[6*Binomial[n+8,8] -5*Binomial[n+7,7], {n,0,40}] (* _G. C. Greubel_, Jan 19 2020 *)
%t A054487 LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{1,14,90,390,1320,3762,9438,21450,45045},30] (* _Harvey P. Dale_, Jul 19 2022 *)
%o A054487 (Magma) [((3*n+4)*Binomial(n+7,7))/4: n in [0..40]]; // _Vincenzo Librandi_, Jul 30 2014
%o A054487 (PARI) a(n) = (3*n+4)*binomial(n+7, 7)/4; \\ _Michel Marcus_, Sep 07 2017
%o A054487 (Sage) [(3*n+4)*binomial(n+7, 7)/4 for n in (0..40)] # _G. C. Greubel_, Jan 19 2020
%o A054487 (GAP) List([0..40], n-> (3*n+4)*Binomial(n+7, 7)/4 ); # _G. C. Greubel_, Jan 19 2020
%Y A054487 Cf. A034265.
%Y A054487 Cf. A093563 ((6, 1) Pascal, column m=8).
%K A054487 easy,nonn
%O A054487 0,2
%A A054487 _Barry E. Williams_, May 06 2000
%E A054487 Corrected and extended by _James Sellers_, May 10 2000