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.

A236243 Position (or inverse of) n in A235598.

Original entry on oeis.org

0, 1, 2, 7, 10, 6, 4, 8, 35, 3, 67, 30, 5, 13, 89, 15, 143, 12, 22, 118, 385, 9, 11, 112, 19, 21, 23, 14, 355, 33, 26, 247, 69, 18, 70, 188, 17, 32, 61, 58, 888, 27, 20, 403, 871, 29, 250, 31, 65, 77, 1254, 55, 28, 57, 108, 59, 823, 34, 36, 633, 85, 116, 25, 80, 1710, 64, 238, 151, 1202, 54, 1677, 152, 53
Offset: 3

Views

Author

Robert G. Wilson v, Jan 22 2014

Keywords

Comments

The terms of this sequence are conjectured to be a permutation of the natural numbers.

Crossrefs

Programs

  • Mathematica
    (* run the Mmca in A235598 *); Flatten[ Table[ Position[ lst, n, 1, 1], {n, 3, 75}] - 1]