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.

A145980 a(n) = 29 + 73*n + 37*n^2.

This page as a plain text file.
%I A145980 #26 Sep 08 2022 08:45:38
%S A145980 29,139,323,581,913,1319,1799,2353,2981,3683,4459,5309,6233,7231,8303,
%T A145980 9449,10669,11963,13331,14773,16289,17879,19543,21281,23093,24979,
%U A145980 26939,28973,31081,33263,35519,37849,40253,42731,45283,47909,50609,53383,56231,59153,62149,65219,68363
%N A145980 a(n) = 29 + 73*n + 37*n^2.
%H A145980 Vincenzo Librandi, <a href="/A145980/b145980.txt">Table of n, a(n) for n = 0..10000</a>
%H A145980 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
%F A145980 a(n) = A061037(4n+2)+A061037(4n+3)+A061037(4n+4)+A061037(4n+5).
%F A145980 From _R. J. Mathar_, Oct 31 2008 (Start)
%F A145980 a(n) = 3*a(n-1)-3*a(n-2)+a(n-3).
%F A145980 G.f.: (29+52*x-7*x^2)/(1-x)^3. (End)
%F A145980 E.g.f.: (37*x^2 + 110*x + 29)*exp(x). - _G. C. Greubel_, Jan 29 2016
%t A145980 LinearRecurrence[{3, -3, 1}, {29, 139, 323}, 50] (* _G. C. Greubel_, Jan 29 2016 *)
%o A145980 (Magma) [29+73*n+37*n^2: n in [0..40]]; // _Vincenzo Librandi_, Aug 07 2011
%o A145980 (PARI) a(n)=29+73*n+37*n^2 \\ _Charles R Greathouse IV_, Jun 17 2017
%K A145980 nonn,easy
%O A145980 0,1
%A A145980 _Paul Curtz_, Oct 26 2008
%E A145980 Indices in definition edited, extended beyond a(13) by _R. J. Mathar_, Oct 31 2008