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.

A016767 a(n) = (3*n)^3.

Original entry on oeis.org

0, 27, 216, 729, 1728, 3375, 5832, 9261, 13824, 19683, 27000, 35937, 46656, 59319, 74088, 91125, 110592, 132651, 157464, 185193, 216000, 250047, 287496, 328509, 373248, 421875, 474552, 531441, 592704
Offset: 0

Views

Author

Keywords

Examples

			G.f. = 27*x + 216*x^2 + 729*x^3 * 1728*x^4 + 3375*x^5 + 5832*x^6 + ... - _Michael Somos_, Sep 16 2018
		

Programs

Formula

From Reinhard Zumkeller, Jan 29 2009: (Start)
a(n) = 27*A000578(n).
A020639(a(n)) = A010693(n), for n>0. (End)
a(n) = A155955(n,3) for n>2. - Reinhard Zumkeller, Jan 31 2009
G.f.: 27*x*(1+4*x+x^2)/(x-1)^4 . - R. J. Mathar, Jul 07 2017
E.g.f.: 27*x*(1 + 3*x + x^2)*exp(x). - G. C. Greubel, Sep 15 2018
a(n) = -a(-n) for all n in Z. - Michael Somos, Sep 16 2018