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.

A211866 (9^n - 5) / 4.

Original entry on oeis.org

1, 19, 181, 1639, 14761, 132859, 1195741, 10761679, 96855121, 871696099, 7845264901, 70607384119, 635466457081, 5719198113739, 51472783023661, 463255047212959, 4169295424916641, 37523658824249779, 337712929418248021, 3039416364764232199, 27354747282878089801
Offset: 1

Views

Author

Reinhard Zumkeller, Feb 12 2013

Keywords

Comments

(2*n, a(n)) are the solutions of Diophantine equation 3^x = 4*y + 5.
Second bisection of A080926. - Bruno Berselli, Feb 12 2013
Sum of n-th row of triangle of powers of 9: 1; 9 1 9; 81 9 1 9 81; 729 81 9 1 9 81 729; ... - Philippe Deléham, Feb 24 2014

Examples

			a(1) = 1;
a(2) = 9 + 1 + 9 = 19;
a(3) = 81 + 9 + 1 + 9 + 81 = 181;
a(4) = 729 + 81 + 9 + 1 + 9 + 81 + 729 = 1639; etc. - _Philippe Deléham_, Feb 24 2014
		

References

  • Jiri Herman, Radan Kucera and Jaromir Simsa, Equations and Inequalities, Springer (2000), p. 225 (5.3).

Crossrefs

Programs

Formula

G.f.: x*(1+9*x)/((1-x)*(1-9*x)). - Bruno Berselli, Feb 12 2013
a(n)-a(n-1) = A000792(6n-4). - Bruno Berselli, Feb 12 2013
a(n) = 9*a(n-1) + 10, a(1) = 1. - Philippe Deléham, Feb 24 2014
a(n) = -A084222(2*n). - Philippe Deléham, Feb 24 2014