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.

A247869 (prime(A247824(n)) + prime(n)) / (A247824(n) + n).

Original entry on oeis.org

2, 2, 2, 2, 2, 2, 4, 3, 4, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, 4, 5, 6, 5, 5, 5, 5, 6, 5, 5, 5, 5, 5, 6, 5, 5, 5, 6, 5, 5, 5, 6, 5, 5, 5, 5, 5, 5, 6, 5, 6, 5, 5, 5, 5, 5, 5, 6, 5, 5, 6, 5, 5, 5, 5
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 27 2014

Keywords

Crossrefs

Programs

  • Haskell
    a247869 n = (a000040 (a247824 n) + a000040 n) `div` (a247824 n + n)