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.

A062508 a(n) = 3^(2n)+7.

Original entry on oeis.org

8, 16, 88, 736, 6568, 59056, 531448, 4782976, 43046728, 387420496, 3486784408, 31381059616, 282429536488, 2541865828336, 22876792454968, 205891132094656, 1853020188851848, 16677181699666576, 150094635296999128
Offset: 0

Views

Author

Jason Earls, Jun 24 2001

Keywords

References

  • D. M. Burton, Elementary Number Theory, Allyn and Bacon, Inc. Boston, MA, 1976, pp. 29.

Crossrefs

Cf. A047854.

Programs

Formula

a(0)=8, a(1)=16, a(n)=10*a(n-1)-9*a(n-2). - Harvey P. Dale, May 13 2012