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.

A139238 First differences of Mersenne numbers A001348.

Original entry on oeis.org

4, 24, 96, 1920, 6144, 122880, 393216, 7864320, 528482304, 1610612736, 135291469824, 2061584302080, 6597069766656, 131941395333120, 8866461766385664, 567453553048682496, 1729382256910270464, 145268109580462718976, 2213609288845146193920
Offset: 1

Views

Author

Omar E. Pol, Apr 19 2008

Keywords

Comments

Also, first differences of 2^prime(n) = A034785(n). - Wesley Ivan Hurt, Jul 02 2014

Examples

			a(2)=24 because A001348(2)=7 and A001348(2+1)=31 then 31-7 = 24.
		

Crossrefs

Programs

Formula

a(n) = A001348(n+1) - A001348(n).
a(n) = A034785(n+1) - A034785(n). - Wesley Ivan Hurt, Jul 02 2014

Extensions

a(10)-a(19) from Felix Fröhlich, Jun 30 2014