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.

A172526 a(n)=floor(3*n^2*(2+sqrt(3))).

This page as a plain text file.
%I A172526 #12 Sep 08 2022 08:45:50
%S A172526 11,44,100,179,279,403,548,716,906,1119,1354,1612,1892,2194,2519,2866,
%T A172526 3235,3627,4041,4478,4937,5418,5922,6448,6997,7568,8161,8777,9415,
%U A172526 10076,10759,11464,12192,12942,13715,14510,15327,16167,17029,17913,18820
%N A172526 a(n)=floor(3*n^2*(2+sqrt(3))).
%C A172526 Approximate area of the dodecahedron of side n=(1,2,3,4,...).
%H A172526 Vincenzo Librandi, <a href="/A172526/b172526.txt">Table of n, a(n) for n = 1..1000</a>
%t A172526 With[{c=3(2+Sqrt[3])},Floor[c Range[50]^2]]  (* _Harvey P. Dale_, Apr 01 2011 *)
%t A172526 f[n_]:=Floor[3 n^2 (2 + Sqrt[3])]; Array[f, 50, 1] (* _Vincenzo Librandi_, Aug 20 2014 *)
%o A172526 (Magma) [Floor(3*n^2*(2+Sqrt(3))): n in [1..50]]; // _Vincenzo Librandi_, Aug 20 2014
%Y A172526 Cf. A071401.
%K A172526 nonn
%O A172526 1,1
%A A172526 _Vincenzo Librandi_, Feb 06 2010