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.

A152580 a(n) = 7^(2^n) + 2.

Original entry on oeis.org

9, 51, 2403, 5764803, 33232930569603, 1104427674243920646305299203
Offset: 0

Views

Author

Cino Hilliard, Dec 08 2008

Keywords

Comments

These numbers are divisible by 3. This follows by expanding the binomial (6+1)^(2^n) + 2 to get 6h + 1 + 2 for some h. Therefore 3 divides 7^(2^n) + 2.

Crossrefs

Cf. A165425.

Programs

Formula

a(n) = A165425(n+3) + 2. - R. J. Mathar, Sep 10 2016