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.

A139229 First differences of perfect numbers A000396, divided by 2.

Original entry on oeis.org

11, 234, 3816, 16771104, 4278159360, 64424411136, 1152921435350630400, 1329227995784915871174424803906945024, 95780971304118052318168693257235946738152352797163520
Offset: 1

Views

Author

Omar E. Pol, Apr 19 2008

Keywords

Crossrefs

Programs

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

Formula

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

Extensions

a(6)-a(9) from A139228(n)/2 by Jinyuan Wang, Mar 04 2020