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.

A054428 Inverse permutation to A054427.

Original entry on oeis.org

1, 2, 4, 3, 6, 9, 8, 5, 10, 17, 21, 16, 15, 20, 14, 7, 12, 27, 40, 31, 39, 54, 45, 26, 25, 44, 51, 36, 30, 35, 24, 11, 18, 41, 63, 56, 70, 101, 92, 55, 62, 114, 136, 100, 90, 113, 77, 38, 37, 76, 110, 87, 99, 133, 109, 61, 50, 85, 98, 67, 49, 60, 34, 13, 22, 57, 94, 79, 117
Offset: 1

Views

Author

Antti Karttunen

Keywords

Programs

  • Maple
    [seq(nthmember(j, A054427),j=1..200)]; # nthmember as in A054426