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.

A261067 a(n) = (11^(2^n) - 1)/2^(n + 2).

Original entry on oeis.org

15, 915, 6698715, 717964529118315, 16495138082306681918325119173515, 17413733142679306233865281770975943513633443105435651232476307915
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.
In particular, for m = 11, a(n) is a multiple of 15.

Examples

			a(3) = (11^8 - 1)/2^5 = 6698715.
		

Crossrefs

Programs

Formula

a(n) = 15*A068533(n). - Michel Marcus, Aug 14 2015