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.

A083068 7th row of number array A083064.

Original entry on oeis.org

1, 7, 55, 439, 3511, 28087, 224695, 1797559, 14380471, 115043767, 920350135, 7362801079, 58902408631, 471219269047, 3769754152375, 30158033218999, 241264265751991, 1930114126015927, 15440913008127415, 123527304065019319, 988218432520154551, 7905747460161236407
Offset: 0

Views

Author

Paul Barry, Apr 21 2003

Keywords

Comments

Let A be the Hessenberg matrix of order n, defined by: A[1,j]=1, A[i,i]:=10, (i>1), A[i,i-1]=-1, and A[i,j]=0 otherwise. Then, for n>=1, a(n-1)=(-1)^(n-1)*charpoly(A,2). - Milan Janjic, Feb 21 2010

Crossrefs

Programs

Formula

a(n) = (6*8^n+1)/7.
G.f. (1-2*x)/((1-8*x)(1-x)).
E.g.f. (6*exp(8*x)+exp(x))/7.
a(n) = 8*a(n-1)-1 with n>0, a(0)=1. - Vincenzo Librandi, Aug 08 2010
a(n) = 8^n - sum(8^i, i=0..n-1) for n>0. - Bruno Berselli, Jun 20 2013
a(n) = 1 + A125837(n+1). - Alois P. Heinz, May 20 2023