login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A172526 a(n)=floor(3*n^2*(2+sqrt(3))). 2
11, 44, 100, 179, 279, 403, 548, 716, 906, 1119, 1354, 1612, 1892, 2194, 2519, 2866, 3235, 3627, 4041, 4478, 4937, 5418, 5922, 6448, 6997, 7568, 8161, 8777, 9415, 10076, 10759, 11464, 12192, 12942, 13715, 14510, 15327, 16167, 17029, 17913, 18820 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Approximate area of the dodecahedron of side n=(1,2,3,4,...).
LINKS
MATHEMATICA
With[{c=3(2+Sqrt[3])}, Floor[c Range[50]^2]] (* Harvey P. Dale, Apr 01 2011 *)
f[n_]:=Floor[3 n^2 (2 + Sqrt[3])]; Array[f, 50, 1] (* Vincenzo Librandi, Aug 20 2014 *)
PROG
(Magma) [Floor(3*n^2*(2+Sqrt(3))): n in [1..50]]; // Vincenzo Librandi, Aug 20 2014
CROSSREFS
Cf. A071401.
Sequence in context: A033584 A248126 A253445 * A111080 A299288 A299286
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Feb 06 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 04:28 EDT 2024. Contains 371767 sequences. (Running on oeis4.)