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.

Showing 1-3 of 3 results.

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

A139242 Second differences of Mersenne numbers A001348, divided by 2.

Original entry on oeis.org

10, 36, 912, 2112, 58368, 135168, 3735552, 260308992, 541065216, 66840428544, 963146416128, 2267742732288, 62672162783232, 4367260185526272, 279293545641148416, 580964351930793984, 71769363661776224256, 1034170589632341737472, 2434970217729660813312
Offset: 1

Views

Author

Omar E. Pol, Apr 19 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Differences[2^Prime[Range[25]]-1,2]/2 (* Paolo Xausa, Oct 20 2023 *)

Formula

a(n) = A139241(n)/2.

Extensions

Corrected and extended by Alois P. Heinz, Mar 13 2020

A139243 Second differences of Mersenne numbers A001348, divided by 4.

Original entry on oeis.org

5, 18, 456, 1056, 29184, 67584, 1867776, 130154496, 270532608, 33420214272, 481573208064, 1133871366144, 31336081391616, 2183630092763136, 139646772820574208, 290482175965396992, 35884681830888112128, 517085294816170868736, 1217485108864830406656
Offset: 1

Views

Author

Omar E. Pol, Apr 19 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Differences[2^Prime[Range[25]]-1,2]/4 (* Paolo Xausa, Oct 20 2023 *)

Formula

a(n) = A139241(n)/4 = A139242(n)/2.

Extensions

More terms from Alois P. Heinz, Mar 13 2020
Showing 1-3 of 3 results.