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.

A245395 Where record values occur in A125717.

Original entry on oeis.org

0, 1, 2, 3, 5, 6, 7, 9, 11, 13, 15, 17, 19, 20, 22, 23, 25, 27, 29, 31, 33, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 55, 56, 60, 83, 106, 107, 111, 115, 148, 157, 161, 165, 169, 172, 173, 186, 192, 250, 256, 258, 264, 268, 272, 276, 280, 284, 287, 289
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 21 2014

Keywords

Comments

A245394(n) = A125717(a(n)) and A125717(m) < A245394(n) for m < a(n).

Crossrefs

Programs

  • Haskell
    a245395 n = a245395_list !! (n-1) -- a245395_list is defined in A245394.