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.

A139236 Second differences of even superperfect numbers A061652.

Original entry on oeis.org

10, 36, 3984, 57408, 135168, 1073283072, 1152921502459625472, 309485007515502060584828928, 81129019444588191927156162428928, 85070429471267271662301605348656545792
Offset: 1

Views

Author

Omar E. Pol, Apr 18 2008

Keywords

Comments

Second differences of Mersenne primes A000668, divided by 2 (see A139232).
Also, second differences of superperfect numbers A019279, if there are no odd superperfect numbers.

Crossrefs

Programs

  • Mathematica
    Differences[2^(Select[Range[512],PrimeQ[2^#-1]&]-1),2] (* Harvey P. Dale, Oct 15 2017 *)

Formula

a(n) = A139234(n+1) - A139234(n).

Extensions

a(6) corrected and more terms from Joerg Arndt, Jul 09 2017