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.

A254108 Inverse permutation to A254107.

Original entry on oeis.org

1, 3, 2, 4, 6, 5, 7, 11, 8, 16, 22, 10, 9, 12, 29, 37, 17, 46, 56, 13, 23, 67, 79, 30, 92, 106, 15, 14, 18, 38, 121, 137, 47, 154, 172, 24, 57, 191, 211, 68, 232, 254, 19, 31, 80, 277, 301, 93, 326, 352, 39, 107, 379, 407, 122, 436, 466, 21, 20, 25, 48, 138, 497, 529, 155, 562, 596, 58, 173, 631, 667, 192, 704, 742, 32, 69, 212
Offset: 1

Views

Author

Antti Karttunen, Jan 27 2015

Keywords

Crossrefs

Inverse: A254107.

Programs

  • Scheme
    (define (A254108 n) (let ((col (A254111 n)) (row (A254112 n))) (* (/ 1 2) (- (expt (+ col row) 2) col row row row -2))))