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.

A360436 32-gonal numbers: a(n) = n*(15*n-14).

This page as a plain text file.
%I A360436 #24 Feb 09 2023 18:30:34
%S A360436 0,1,32,93,184,305,456,637,848,1089,1360,1661,1992,2353,2744,3165,
%T A360436 3616,4097,4608,5149,5720,6321,6952,7613,8304,9025,9776,10557,11368,
%U A360436 12209,13080,13981,14912,15873,16864,17885,18936,20017,21128,22269,23440,24641,25872
%N A360436 32-gonal numbers: a(n) = n*(15*n-14).
%H A360436 <a href="/index/Pol#polygonal_numbers">Index to sequences related to polygonal numbers</a>
%H A360436 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
%F A360436 G.f.: x*(1 + 29*x)/(1 - x)^3.
%F A360436 E.g.f.: exp(x)*(x + 15*x^2).
%t A360436 Table[n (15 n - 14), {n, 30}]
%o A360436 (PARI) a(n)=n*(15*n-14) \\ _Charles R Greathouse IV_, Feb 07 2023
%Y A360436 Cf. A051868, A254474, A161935, A282853.
%K A360436 nonn,easy
%O A360436 0,3
%A A360436 _Nikolaos Pantelidis_, Feb 07 2023