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.

A180846 a(n) = (81^n - 2^n)/79.

Original entry on oeis.org

0, 1, 83, 6727, 544895, 44136511, 3575057423, 289579651327, 23455951757615, 1899932092367071, 153894499481733263, 12465454458020395327, 1009701811099652023535, 81785846699071813910431, 6624653582624816926753103
Offset: 0

Views

Author

Johannes W. Meijer, Sep 21 2010

Keywords

Comments

The a(n+1) appear in several triangle sums of Nicomachus's table A036561, i.e., Gi2(4*n), Gi2(4*n+1)/2, Gi2(4*n+2)/4, Gi2(4*n+3)/8 and Gi3(n). See A180662 for information about these giraffe and other chess sums.

Crossrefs

Programs

Formula

a(n) = (81^n - 2^n)/79.
G.f.: x/((81*x-1)*(2*x-1)).