The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A171973 Integer part of the volume of a regular tetrahedron with edge length n. 8
0, 0, 3, 7, 14, 25, 40, 60, 85, 117, 156, 203, 258, 323, 397, 482, 579, 687, 808, 942, 1091, 1254, 1433, 1629, 1841, 2071, 2319, 2587, 2874, 3181, 3510, 3861, 4235, 4632, 5052, 5498, 5969, 6466, 6990, 7542, 8122, 8731, 9369, 10039, 10739, 11471, 12235 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Lim{n->oo} a(n)/A000292(n) = sqrt(2)/2;
floor(A171971(n)*A171974(n)/3) <= a(n).
LINKS
Wikipedia, Tetrahedron
Eric Weisstein's World of Mathematics, Tetrahedron
FORMULA
a(n) = floor(n^3 * sqrt(2) / 12).
PROG
(Haskell)
a171973 = floor . (/ 12) . (* sqrt 2) . fromInteger . a000578
-- Reinhard Zumkeller, Dec 15 2012
CROSSREFS
Sequence in context: A316319 A368205 A179178 * A253895 A365641 A004006
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 20 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 May 14 20:02 EDT 2024. Contains 372533 sequences. (Running on oeis4.)