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.

Showing 1-2 of 2 results.

A073890 Numerator of n/floor(sqrt(n)).

Original entry on oeis.org

1, 2, 3, 2, 5, 3, 7, 4, 3, 10, 11, 4, 13, 14, 5, 4, 17, 9, 19, 5, 21, 11, 23, 6, 5, 26, 27, 28, 29, 6, 31, 32, 33, 34, 7, 6, 37, 19, 13, 20, 41, 7, 43, 22, 15, 23, 47, 8, 7, 50, 51, 52, 53, 54, 55, 8, 57, 58, 59, 60, 61, 62, 9, 8, 65, 33, 67, 17, 69, 35, 71, 9, 73, 37, 75, 19, 77
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 03 2002

Keywords

Comments

Denominator is A075119(n).

Crossrefs

Cf. A000196, A067815, A075119 (denominator).

Programs

  • Haskell
    import Data.Ratio ((%), numerator)
    a073890 n = numerator $ n % a000196 n
    -- Reinhard Zumkeller, Jul 08 2014
    
  • PARI
    a(n) = numerator(n/sqrtint(n)); \\ Michel Marcus, Dec 19 2017

Formula

a(n) = n/A067815(n).

Extensions

Denominator reference fixed by Reinhard Zumkeller, Jul 08 2014

A075119 Denominator of n/floor(sqrt(n)); numerator is A073890(n).

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 2, 1, 1, 3, 3, 1, 3, 3, 1, 1, 4, 2, 4, 1, 4, 2, 4, 1, 1, 5, 5, 5, 5, 1, 5, 5, 5, 5, 1, 1, 6, 3, 2, 3, 6, 1, 6, 3, 2, 3, 6, 1, 1, 7, 7, 7, 7, 7, 7, 1, 7, 7, 7, 7, 7, 7, 1, 1, 8, 4, 8, 2, 8, 4, 8, 1, 8, 4, 8, 2, 8, 4, 8, 1, 1, 9, 9, 3, 9, 9, 3, 9, 9, 1, 9, 9, 3, 9, 9, 3, 9, 9, 1, 1, 10, 5, 10, 5
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 03 2002

Keywords

Crossrefs

Programs

Formula

a(n) = A000196(n)/A067815(n).

Extensions

Numerator reference corrected by Reinhard Zumkeller, Jul 08 2014
Showing 1-2 of 2 results.