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.

A116176 a(n) = 9^n * n*(n+1).

Original entry on oeis.org

0, 18, 486, 8748, 131220, 1771470, 22320522, 267846264, 3099363912, 34867844010, 383546284110, 4142299868388, 44059007691036, 462619580755878, 4804126415541810, 49413871702715760, 504021491367700752
Offset: 0

Views

Author

Mohammad K. Azarian, Apr 08 2007

Keywords

Crossrefs

Programs

Formula

G.f.: 18*x/(1-9*x)^3. - Vincenzo Librandi, Feb 28 2013
a(n) = 27*a(n-1) - 243*a(n-2) + 729*a(n-3). - Vincenzo Librandi, Feb 28 2013
a(n) = 18*A081139(n+1). - Bruno Berselli, Mar 01 2013
E.g.f.: 9*x*(2 + 9*x)*exp(9*x). - G. C. Greubel, May 11 2019
From Amiram Eldar, Jul 20 2020: (Start)
Sum_{n>=1} 1/a(n) = 1 - 8*log(9/8).
Sum_{n>=1} (-1)^(n+1)/a(n) = 10*log(10/9) - 1. (End)