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.

A138873 First two digits of n-th even perfect number.

Original entry on oeis.org

6, 28, 49, 81, 33, 85, 13, 23, 26, 19, 13, 14, 23, 14, 54, 10, 99, 33, 18, 40, 11, 59, 39, 93, 10, 81, 36, 14, 13, 13, 27, 15, 83, 84, 33, 19, 81, 95, 42, 79, 44, 74, 49, 77, 20, 14, 50
Offset: 1

Views

Author

Omar E. Pol, Apr 02 2008

Keywords

Crossrefs

First 2 digits of sequence A138875. [Steven Bi (chenhsi(AT)stanford.edu), Jan 18 2009]

Programs

  • Mathematica
    Join[{6},FromDigits[Take[IntegerDigits[#],2]]&/@PerfectNumber[Range[2,50]]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Sep 26 2020 *)

Extensions

a(15)-a(31) added by Steven Bi (chenhsi(AT)stanford.edu), Jan 18 2009
Definition changed (inserting the word "even") and a(37)-a(47) added by Ivan Panchenko, Aug 04 2018