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.

A114883 Obtained from A114882 by deleting row 1 and dividing by 2.

Original entry on oeis.org

1, 2, 4, 3, 12, 7, 5, 24, 17, 10, 6, 60, 38, 27, 13, 8, 84, 71, 45, 32, 16, 9, 144, 110, 93, 59, 42, 19, 11, 180, 161, 123, 104, 66, 47, 22, 14, 264, 218, 195, 149, 126, 80, 57, 28
Offset: 1

Views

Author

Clark Kimberling, Jan 03 2006

Keywords

Comments

A permutation of the natural numbers. Row 1 consists of those congruent to 1 mod 3. (One can then delete row 1 of A114883, leaving only numbers congruent to 0 or 2 mod 3 and then replace each by its rank, thus obtaining another permutation of the natural numbers.)
Also numbers from the array A083140, without the first row, minus 1 divided by 2.

Examples

			Start with the northwest corner of A114881:
  1  3  5  7   9
  2  8 14 20  26
  4 24 34 54  64
  6 48 76 90 118
Delete row 1, leaving all the even positive integers; divide them by 2:
  1  4  7 10 13
  2 12 17 27 32
  3 24 38 45 59
		

Crossrefs