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.

A261066 a(n) = (7^(2^n) - 1) / 2^(n+2).

Original entry on oeis.org

6, 150, 180150, 519264540150, 8628341205030630049260150, 4764689404827483203666304150636608674826622242700150
Offset: 1

Views

Author

Marco RipĂ , Aug 08 2015

Keywords

Comments

(m^(2^n)-1)/2^(n+2) is an integer for any odd value of m and n>0.
The next term, a(7), has 106 decimal digits.

Examples

			a(3) = (7^8 - 1)/2^5 = 180150.
		

Crossrefs

Programs

Formula

a(n) == 150 (mod 10^4) for all n > 1. - M. F. Hasler, Aug 11 2015

Extensions

a(5) corrected by Vincenzo Librandi, Aug 09 2015