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.

A139228 First differences of perfect numbers A000396.

Original entry on oeis.org

22, 468, 7632, 33542208, 8556318720, 128848822272, 2305842870701260800, 2658455991569831742348849607813890048, 191561942608236104636337386514471893476304705594327040
Offset: 1

Views

Author

Omar E. Pol, Apr 18 2008

Keywords

Examples

			a(1) = 22 because 6 and 28 are the first two perfect numbers, and their difference is 28 - 6 = 22.
		

Crossrefs

Programs

  • Mathematica
    Differences[Select[Range[10000], DivisorSigma[1, #] == 2# &]] (* Alonso del Arte, Mar 05 2020 *)
    Differences[PerfectNumber[Range[12]]] (* Paolo Xausa, Oct 20 2023 *)

Formula

a(n) = A000396(n+1) - A000396(n).
From Amiram Eldar, May 07 2021: (Start)
a(n) > 1 (Luca, 1999).
a(n) > 4 (Luca and te Riele, 2011). (End)

Extensions

More terms from Omar E. Pol, Oct 02 2012