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.

A017162 a(n) = (9*n)^2.

Original entry on oeis.org

0, 81, 324, 729, 1296, 2025, 2916, 3969, 5184, 6561, 8100, 9801, 11664, 13689, 15876, 18225, 20736, 23409, 26244, 29241, 32400, 35721, 39204, 42849, 46656, 50625, 54756, 59049, 63504, 68121, 72900, 77841, 82944, 88209, 93636, 99225, 104976, 110889, 116964, 123201
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(0)=0, a(1)=81, a(2)=324. - Harvey P. Dale, Nov 06 2012
G.f.: -81*x*(1+x)/(x-1)^3. - R. J. Mathar, Jul 17 2014
From Amiram Eldar, Jan 25 2021: (Start)
Sum_{n>=1} 1/a(n) = Pi^2/486.
Sum_{n>=1} (-1)^(n+1)/a(n) = Pi^2/972.
Product_{n>=1} (1 + 1/a(n)) = sinh(Pi/9)/(Pi/9).
Product_{n>=1} (1 - 1/a(n)) = sin(Pi/9)/(Pi/9). (End)
From Elmo R. Oliveira, Dec 02 2024: (Start)
E.g.f.: 81*exp(x)*x*(1 + x).
a(n) = 81*A000290(n) = A008591(n)^2 = A000290(A008591(n)). (End)