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.

A016743 Even cubes: a(n) = (2*n)^3.

Original entry on oeis.org

0, 8, 64, 216, 512, 1000, 1728, 2744, 4096, 5832, 8000, 10648, 13824, 17576, 21952, 27000, 32768, 39304, 46656, 54872, 64000, 74088, 85184, 97336, 110592, 125000, 140608, 157464, 175616, 195112, 216000, 238328, 262144, 287496, 314432
Offset: 0

Views

Author

Keywords

Comments

a(n) is also the number of non-degenerate triangles that can be drawn with vertices on a cross with n points on each branch. - James P. B. Hall, Nov 22 2019

Crossrefs

Even bisection of A000578, cf. A016755.
Cf. A016803 (even bisection), A016827 (odd bisection), A033581, A276712.

Programs

Formula

a(n) = (2*n)^3 = 8*n^3.
G.f.: x*(8+32*x+8*x^2)/(1-4*x+6*x^2-4*x^3+x^4). - Colin Barker, Jan 02 2012
E.g.f.: 8*x*(1 +3*x +x^2)*exp(x). - G. C. Greubel, Sep 15 2018
From Amiram Eldar, Oct 10 2020: (Start)
Sum_{n>=1} 1/a(n) = zeta(3)/8 (A276712).
Sum_{n>=1} (-1)^(n+1)/a(n) = 3*zeta(3)/32. (End)