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.

A033431 a(n) = 2*n^3.

Original entry on oeis.org

0, 2, 16, 54, 128, 250, 432, 686, 1024, 1458, 2000, 2662, 3456, 4394, 5488, 6750, 8192, 9826, 11664, 13718, 16000, 18522, 21296, 24334, 27648, 31250, 35152, 39366, 43904, 48778, 54000, 59582, 65536, 71874, 78608, 85750, 93312, 101306, 109744, 118638, 128000, 137842
Offset: 0

Views

Author

Keywords

Comments

Also the largest determinant of a 3 X 3 matrix with entries from {0..n}. - Jud McCranie, Aug 12 2001
4*a(n) is a perfect cube.
The positive terms comprise the principal diagonal of the convolution array A213821. - Clark Kimberling, Jul 04 2012
Volume of a pyramid (square base) with side n and height 6*n. - Wesley Ivan Hurt, Aug 25 2014

Crossrefs

Programs

Formula

G.f.: 2*x*(1 + 4*x + x^2) / (1 - x)^4. - R. J. Mathar, Feb 04 2011
a(n) = 2*A000578(n). - Omar E. Pol, May 14 2008
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Wesley Ivan Hurt, Aug 25 2014
a(n) = A002378(n)^2 - A002378(n^2). - Bruno Berselli, Oct 20 2016
E.g.f.: 2*x*(1 + 3*x + x^2)*exp(x). - G. C. Greubel, Jul 15 2017
From Amiram Eldar, Jan 10 2023: (Start)
Sum_{n>=1} 1/a(n) = zeta(3)/2.
Sum_{n>=1} (-1)^(n+1)/a(n) = 3*zeta(3)/8. (End)