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.

A214660 a(n) = 9*n^2 - 11*n + 3.

This page as a plain text file.
%I A214660 #12 Mar 10 2024 03:18:32
%S A214660 1,17,51,103,173,261,367,491,633,793,971,1167,1381,1613,1863,2131,
%T A214660 2417,2721,3043,3383,3741,4117,4511,4923,5353,5801,6267,6751,7253,
%U A214660 7773,8311,8867,9441,10033,10643,11271,11917,12581,13263,13963,14681,15417,16171,16943
%N A214660 a(n) = 9*n^2 - 11*n + 3.
%C A214660 Central terms of triangle A214604.
%H A214660 G. C. Greubel, <a href="/A214660/b214660.txt">Table of n, a(n) for n = 1..1000</a>
%H A214660 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
%F A214660 G.f.: (1+14*x+3*x^2)/(1-x)^3. - _Harvey P. Dale_, Aug 29 2021
%F A214660 E.g.f.: -3 + (3 - 2*x + 9*x^2)*exp(x). - _G. C. Greubel_, Mar 09 2024
%t A214660 Table[9n^2-11n+3,{n,60}] (* or *) LinearRecurrence[{3,-3,1},{1,17,51},60] (* _Harvey P. Dale_, Aug 29 2021 *)
%o A214660 (Haskell)
%o A214660 a214660 n = (9 * n - 11) * n + 3
%o A214660 (PARI) a(n)=9*n^2-11*n+3 \\ _Charles R Greathouse IV_, Jun 17 2017
%o A214660 (Magma) [9*n^2-11*n+3: n in [1..60]]; // _G. C. Greubel_, Mar 09 2024
%o A214660 (SageMath) [9*n^2-11*n+3 for n in range(1,61)] # _G. C. Greubel_, Mar 09 2024
%Y A214660 Cf. A214604, A214675.
%K A214660 nonn,easy
%O A214660 1,2
%A A214660 _Reinhard Zumkeller_, Jul 25 2012