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!)
A227221 Volume of Johnson square pyramid placed upright on cube (rounded down) with edge lengths equal to n. 1
1, 9, 33, 79, 154, 266, 423, 632, 900, 1235, 1644, 2135, 2714, 3390, 4170, 5061, 6071, 7206, 8475, 9885, 11443, 13157, 15034, 17082, 19307, 21718, 24322, 27126, 30137, 33363, 36812, 40491, 44407, 48568, 52980, 57652, 62592, 67805, 73300, 79084, 85165, 91550, 98246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Johnson square pyramid: a square base with four equilateral triangle- faces. It is placed upright on top of the cube. All the edge lengths are equal.
LINKS
Wikipedia, Square pyramid
EXAMPLE
a(4) = 79: volume = sqrt(2)/6*k^3 + k^3 = sqrt(2)/6*4^3 + 4^3 = 79.0849446... and floor(79.0849446...) = 79.
MAPLE
KD:= proc() local a, b; a:=evalf(sqrt(2))/6*k^3 + k^3; b:=floor(a); RETURN(b): end: seq(KD(), k=1..100);
CROSSREFS
Cf. A224837.
Sequence in context: A103602 A205796 A081585 * A273316 A101990 A147170
KEYWORD
nonn
AUTHOR
K. D. Bajpai, Sep 19 2013
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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)