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.

A096854 a(n) = A062402(2^n-1).

Original entry on oeis.org

1, 3, 12, 15, 72, 91, 312, 255, 1240, 1860, 4123, 5080, 26208, 34200, 93600, 65535, 334368, 416560, 1420800, 1596364, 6146800, 5949696, 20485332, 23788842, 120519630, 194016600, 358132380, 458803800, 1674738000, 2166798816, 6045990912, 4294967295, 22739738112, 37862623140
Offset: 1

Views

Author

Labos Elemer, Jul 19 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Table[DivisorSigma[1, EulerPhi[2^n - 1]], {n, 1, 30}]
  • PARI
    a(n) = sigma(eulerphi(2^n-1)); \\ Michel Marcus, Aug 30 2019

Formula

a(n) = A000203(A053287(n)). - Amiram Eldar, Jun 04 2024

Extensions

More terms from Michel Marcus, Aug 30 2019