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!)
A255606 Integer part of the area of a hexagon with side length n. 2
2, 10, 23, 41, 64, 93, 127, 166, 210, 259, 314, 374, 439, 509, 584, 665, 750, 841, 937, 1039, 1145, 1257, 1374, 1496, 1623, 1756, 1893, 2036, 2184, 2338, 2496, 2660, 2829, 3003, 3182, 3367, 3556, 3751, 3951, 4156, 4367, 4583, 4803, 5029, 5261, 5497, 5739, 5985, 6237, 6495 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Column 4 of A255604.
LINKS
FORMULA
a(n) = floor(6*n^2/(4*tan(Pi/6))), n >= 1.
MATHEMATICA
Table[IntegerPart[(6*n^2/(4*Tan[Pi/6]))], {n, 50}] (* Michael De Vlieger, Mar 18 2015 *)
PROG
(PARI){for(n=1, 100, a=floor(6*n^2/(4*tan(Pi/6))); print1(a, ", "))}
(PARI) a(n) = sqrtint(27*n^4)>>1; \\ Kevin Ryde, May 07 2021
CROSSREFS
Sequence in context: A333703 A120548 A284360 * A293403 A316451 A120845
KEYWORD
nonn
AUTHOR
Kival Ngaokrajang, Feb 27 2015
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)