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.

A098924 45-gonal numbers: n*(43*n-41)/2.

This page as a plain text file.
%I A098924 #37 Feb 10 2023 12:02:14
%S A098924 1,45,132,262,435,651,910,1212,1557,1945,2376,2850,3367,3927,4530,
%T A098924 5176,5865,6597,7372,8190,9051,9955,10902,11892,12925,14001,15120,
%U A098924 16282,17487,18735,20026,21360,22737,24157,25620,27126,28675,30267
%N A098924 45-gonal numbers: n*(43*n-41)/2.
%C A098924 Similar to 21-gonal and 15-gonal numbers (A051873, A051867).
%H A098924 Vincenzo Librandi, <a href="/A098924/b098924.txt">Table of n, a(n) for n = 1..1000</a>
%H A098924 <a href="/index/Pol#polygonal_numbers">Index to sequences related to polygonal numbers</a>
%H A098924 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
%F A098924 a(n) = n*(43*n-41)/2.
%F A098924 G.f.: x*(1+42*x)/(1-x)^3. - _Bruno Berselli_, Feb 04 2011
%F A098924 a(n) = 3*a(n-1) -3*a(n-2) +a(n-3). - _Vincenzo Librandi_, Jul 08 2012
%F A098924 E.g.f.: exp(x)*(x + 43*x^2/2). - _Nikolaos Pantelidis_, Feb 10 2023
%t A098924 Table[n(43n - 41)/2, {n, 1, 40}] (* _Stefan Steinerberger_, Feb 15 2006 *)
%t A098924 CoefficientList[Series[(1+42*x)/(1-x)^3,{x,0,50}],x] (* _Vincenzo Librandi_, Jul 08 2012 *)
%t A098924 LinearRecurrence[{3,-3,1},{1,45,132},40] (* _Harvey P. Dale_, Jan 24 2015 *)
%o A098924 (Magma)[n*(43*n-41)/2: n in [1..50]]; // _Vincenzo Librandi_, Jul 08 2012
%o A098924 (PARI) a(n)=n*(43*n-41)/2 \\ _Charles R Greathouse IV_, Oct 16 2015
%Y A098924 Cf. A051867, A051873.
%K A098924 nonn,easy
%O A098924 1,2
%A A098924 _Parthasarathy Nambi_, Oct 18 2004
%E A098924 More terms from _Stefan Steinerberger_, Feb 15 2006