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.

A118558 a(n) = (2^n-1)^4 - 2.

Original entry on oeis.org

-2, -1, 79, 2399, 50623, 923519, 15752959, 260144639, 4228250623, 68184176639, 1095222947839, 17557851463679, 281200199450623, 4501401006735359, 72040003462430719, 1152780773560811519, 18445618199572250623, 295138898083176775679, 4722294425687923097599
Offset: 0

Views

Author

Jonathan Vos Post, May 03 2006

Keywords

Examples

			a(0) = (2^0 - 1)^4 - 2 = 0^4 - 2 = -2.
a(1) = (2^1 - 1)^4 - 2 = 1^4 - 2 = -1.
a(2) = (2^2 - 1)^4 - 2 = 3^4 - 2 = 79.
		

Crossrefs

Programs

Formula

a(n) = (2^n - 1)^4 - 2.
G.f.: (1984*x^4-2120*x^3+510*x^2-61*x+2) / ((x-1)*(2*x-1)*(4*x-1)*(8*x-1)*(16*x-1)). - Colin Barker, Apr 30 2013

Extensions

Offset changed to 0 by Paolo Xausa, Apr 19 2024