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.

A260508 Numbers k such that A000203(k) = k*A001221(k).

Original entry on oeis.org

6, 28, 120, 496, 672, 8128, 30240, 33550336, 8589869056, 137438691328, 2305843008139952128, 2658455991569831744654692615953842176, 191561942608236107294793378084303638130997321548169216, 13164036458569648337239753460458722910223472318386943117783728128
Offset: 1

Views

Author

Felix Fröhlich, Jul 27 2015

Keywords

Comments

a(n) is in A000396 iff A001221(a(n)) == 2, i.e., if a(n) is in A007774.
a(11) > 2.5*10^12. - Giovanni Resta, Jul 28 2015

Crossrefs

Subsequence of A007691.

Programs

  • PARI
    is(n) = sigma(n)==n*omega(n)

Extensions

a(9)-a(10) from Giovanni Resta, Jul 28 2015
a(11)-a(14) from Amiram Eldar, May 09 2024