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-1 of 1 results.

A263845 A258059(n)+1.

Original entry on oeis.org

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

Views

Author

Richard C. Webster, Nov 07 2015

Keywords

Comments

Also, a(n) = A258059(n)+1 for n>=1, with a(0)=1.
Zeroless terms of A258059. - Reinhard Zumkeller, Nov 08 2015

Crossrefs

Cf. A258059.

Programs

  • Haskell
    a263845 n = a263845_list !! n
    a263845_list = filter (> 0) a258059_list
    -- Reinhard Zumkeller, Nov 08 2015
Showing 1-1 of 1 results.