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.

A204321 Start with 4. Square the previous term and subtract it.

Original entry on oeis.org

4, 12, 132, 17292, 298995972, 89398590973228812, 7992108067998667938125889533702532, 63873791370569400659097694858350356285036046451665934814399129508492
Offset: 1

Views

Author

Daniel Chiverton, Jan 14 2012

Keywords

Programs

Formula

a(n) = a(n-1)*(a(n-1)-1).
a(n) ~ c^(2^n), where c = 1.8401979467004699327247921093647566233474761412868967823409865843403604499... . - Vaclav Kotesovec, Dec 18 2014