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.

A240471 Integer part of (n * A000005(n) / A000203(n)).

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 2, 2, 1, 3, 2, 2, 2, 3, 1, 3, 1, 3, 2, 2, 2, 3, 1, 2, 2, 3, 1, 3, 1, 3, 3, 2, 1, 3, 2, 3, 2, 3, 1, 3, 3, 3, 2, 2, 1, 4, 1, 2, 3, 3, 3, 3, 1, 3, 2, 3, 1, 4, 1, 2, 3, 3, 3, 3, 1, 4, 3, 2, 1, 4, 3, 2
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 06 2014

Keywords

Crossrefs

Programs

  • Haskell
    a240471 n = n * a000005 n `div` a000203 n
    
  • PARI
    a(n) = n*numdiv(n)\sigma(n); \\ Michel Marcus, Dec 02 2020

Formula

a(n) = (A038040(n) - A106315(n)) / A000203(n);
a(A046022(n)) = 1.