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.

A100166 Structured deltoidal hexacontahedral numbers (vertex structure 9).

This page as a plain text file.
%I A100166 #15 Nov 15 2022 14:18:51
%S A100166 1,62,295,812,1725,3146,5187,7960,11577,16150,21791,28612,36725,46242,
%T A100166 57275,69936,84337,100590,118807,139100,161581,186362,213555,243272,
%U A100166 275625,310726,348687,389620,433637,480850,531371,585312
%N A100166 Structured deltoidal hexacontahedral numbers (vertex structure 9).
%H A100166 Vincenzo Librandi, <a href="/A100166/b100166.txt">Table of n, a(n) for n = 1..5000</a>
%H A100166 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1).
%F A100166 a(n) = (1/6)*(112*n^3 - 156*n^2 + 50*n).
%F A100166 G.f.: x*(1 + 58*x + 53*x^2)/(1-x)^4. - _Colin Barker_, Jan 19 2012
%t A100166 LinearRecurrence[{4,-6,4,-1},{1,62,295,812},40] (* _Harvey P. Dale_, Nov 15 2022 *)
%o A100166 (Magma) [(1/6)*(112*n^3-156*n^2+50*n): n in [1..40]]; // _Vincenzo Librandi_, Jul 26 2011
%Y A100166 Cf. A100158, A100159 = alternate vertices; A100145 for more on structured numbers.
%K A100166 nonn,easy
%O A100166 1,2
%A A100166 James A. Record (james.record(AT)gmail.com), Nov 07 2004