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.

A091995 Permutation of the natural numbers.

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 6, 8, 11, 9, 12, 16, 10, 13, 17, 22, 14, 18, 23, 29, 15, 19, 24, 30, 37, 20, 25, 31, 38, 46, 21, 26, 32, 39, 47, 56, 27, 33, 40, 48, 57, 67, 28, 34, 41, 49, 58, 68, 79, 35, 42, 50, 59, 69, 80, 92, 36, 43, 51, 60, 70, 81, 93, 106, 44, 52, 61, 71, 82, 94, 107
Offset: 1

Views

Author

Felix Tubiana, Mar 17 2004

Keywords

Comments

Write the natural numbers as a triangle:
1
2...3
4...5...6
7...8...9..10
11..12..13..14..15
Now read off the numbers diagonally from upper-right to lower-left. 1 -> 2 -> 3 -> 4 -> 5 -> 7 -> 6 -> 8 -> 11 -> 9 -> 12 -> ...

Crossrefs

a(n) = A090894(n-1)+1. Cf. A092180.