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.

A100183 Structured hexagonal anti-prism numbers.

This page as a plain text file.
%I A100183 #21 Sep 08 2022 08:45:15
%S A100183 1,12,46,116,235,416,672,1016,1461,2020,2706,3532,4511,5656,6980,8496,
%T A100183 10217,12156,14326,16740,19411,22352,25576,29096,32925,37076,41562,
%U A100183 46396,51591,57160,63116,69472
%N A100183 Structured hexagonal anti-prism numbers.
%H A100183 Vincenzo Librandi, <a href="/A100183/b100183.txt">Table of n, a(n) for n = 1..10000</a>
%H A100183 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1).
%F A100183 a(n) = (1/6)*(13*n^3 - 9*n^2 + 2*n). [Corrected by _Luca Colucci_, Mar 01 2011]
%F A100183 G.f.: x*(1 + 8*x + 4*x^2)/(1-x)^4. - _Colin Barker_, Jun 08 2012
%F A100183 E.g.f.: (6*x +30*x^2 +13*x^3)*exp(x)/6. - _G. C. Greubel_, Nov 08 2018
%t A100183 Table[(13*n^3 - 9*n^2 + 2*n)/6, {n,1,40}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {1, 12, 46, 116}, 40] (* _G. C. Greubel_, Nov 08 2018 *)
%o A100183 (Magma) [(1/6)*(13*n^3-9*n^2+2*n): n in [1..40]]; // _Vincenzo Librandi_, Aug 18 2011
%o A100183 (PARI) vector(40, n, (13*n^3 - 9*n^2 + 2*n)/6) \\ _G. C. Greubel_, Nov 08 2018
%Y A100183 Cf. A100185 - structured anti-prisms; A100145 for more on structured numbers.
%K A100183 easy,nonn
%O A100183 1,2
%A A100183 James A. Record (james.record(AT)gmail.com), Nov 07 2004