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.

A227633 Where record values occur in A227617.

Original entry on oeis.org

1, 2, 3, 5, 15, 28, 41, 71, 89, 644, 969, 2129, 6380, 9684, 10016, 10055, 160584
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 19 2013

Keywords

Comments

A227617(a(n)) = A227632(n);
a(n) = A100707(A227632(n)).

Programs

  • Haskell
    a227633 n = a227633_list !! (n-1)
    -- See A227632: for definition of a227633_list.