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.
%I A100182 #32 Sep 08 2022 08:45:15 %S A100182 1,8,28,68,135,236,378,568,813,1120,1496,1948,2483,3108,3830,4656, %T A100182 5593,6648,7828,9140,10591,12188,13938,15848,17925,20176,22608,25228, %U A100182 28043,31060,34286,37728,41393,45288,49420,53796,58423,63308,68458,73880,79581,85568,91848,98428,105315,112516 %N A100182 Structured tetragonal anti-prism numbers. %C A100182 If offset is changed to 0, this is the number of magic labelings of the 5-node, 8-edge graph formed from a square with both diagonals drawn and a node at the center [Stanley]. - _N. J. A. Sloane_, Jul 07 2014 %H A100182 Vincenzo Librandi, <a href="/A100182/b100182.txt">Table of n, a(n) for n = 1..10000</a> %H A100182 R. P. Stanley, <a href="/A002721/a002721.pdf">Examples of Magic Labelings</a>, Unpublished Notes, 1973 [Cached copy, with permission] %H A100182 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A100182 a(n) = (1/6)*(7*n^3 - 3*n^2 + 2*n). [Corrected by _Luca Colucci_, Mar 01 2011] %F A100182 G.f.: x*(1 + 4*x + 2*x^2)/(1-x)^4. - _Colin Barker_, Jun 08 2012 %F A100182 E.g.f.: (6*x +18*x^2 +7*x^3)*exp(x)/6. - _G. C. Greubel_, Nov 08 2018 %F A100182 a(n) = binomial(n,3) + n^3. - _Pedro Caceres_, Jul 28 2019 %t A100182 Table[(7*n^3 - 3*n^2 + 2*n)/6, {n,1,40}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {1, 8, 28, 68}, 40] (* _G. C. Greubel_, Nov 08 2018 *) %o A100182 (Magma) [(1/6)*(7*n^3-3*n^2+2*n): n in [1..40]]; // _Vincenzo Librandi_, Aug 18 2011 %o A100182 (PARI) vector(40, n, (7*n^3 -3*n^2 +2*n)/6) \\ _G. C. Greubel_, Nov 08 2018 %Y A100182 Cf. A100185 - structured anti-prisms; A100145 for more on structured numbers. %K A100182 easy,nonn %O A100182 1,2 %A A100182 James A. Record (james.record(AT)gmail.com), Nov 07 2004