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.

Showing 1-3 of 3 results.

A163255 An interspersion: the order array of A163254.

Original entry on oeis.org

1, 3, 2, 7, 5, 4, 13, 10, 8, 6, 21, 17, 14, 11, 9, 31, 26, 22, 18, 15, 12, 43, 37, 32, 27, 23, 19, 16, 57, 50, 44, 38, 33, 28, 24, 20, 73, 65, 58, 51, 45, 39, 34, 29, 25, 91, 82, 74, 66, 59, 52, 46, 40, 35, 30, 111, 101, 92, 83, 75, 67, 60, 53, 47, 41, 36
Offset: 1

Views

Author

Clark Kimberling, Jul 24 2009

Keywords

Comments

A permutation of the natural numbers.
Except for initial terms, rows 1 to 4 are A002061, A002522, A014206, A059100 and columns 1 to 4 are A002620, A024206, A014616, A004116.
This is the interspersion of the fractal sequence A167430; i.e., row n of this array consists of the numbers k such that n=A167430(k). - Clark Kimberling, Nov 03 2009

Examples

			Corner:
1....3....7...13
2....5...10...17
4....8...14...22
To obtain A163255 from A163254, replace each term of A163254 by its rank when all the terms of A163254 are arranged in increasing order.
		

Crossrefs

A269837 Irregular triangle read by rows: even terms of A094728(n+1) divided by 4.

Original entry on oeis.org

1, 2, 4, 3, 6, 4, 9, 8, 5, 12, 10, 6, 16, 15, 12, 7, 20, 18, 14, 8, 25, 24, 21, 16, 9, 30, 28, 24, 18, 10, 36, 35, 32, 27, 20, 11, 42, 40, 36, 30, 22, 12, 49, 48, 45, 40, 33, 24, 13, 56, 54, 50, 44, 36, 26, 14, 64, 63, 60, 55, 48, 39, 28, 15
Offset: 0

Views

Author

Paul Curtz, Mar 06 2016

Keywords

Comments

See A264798 and A261046 for the Hydrogen atom and the Janet periodic table.
a(n) odd terms are again A264798.
Decomposition by multiplication i.e. a(n) = b(n)*c(n) by irregular triangle:
1, 1 1,
2, 1 2,
4, 3, 2, 1, 2, 3,
6, 4, = 2, 1, * 3, 4,
9, 8, 5, 3, 2, 1, 3, 4, 5,
12, 10, 6, 3, 2, 1, 4, 5, 6,
16, 15, 12, 7, 4, 3, 2, 1, 4, 5, 6, 7,
etc. etc. etc.
b(n) is duplicated A004736(n) or mirror of A122197(n+1). c(n) = A138099(n+1).
Decomposition by subtraction, a(n) = d(n) - e(n):
1, 1 0,
2, 2, 0,
4, 3, 4, 3, 0, 0,
6, 4, = 6, 5, - 0, 1,
9, 8, 5, 9, 8, 7, 0, 0, 2,
12, 10, 6, 12, 11, 10, 0, 1, 4,
16, 15, 12, 7, 16, 15, 14, 13, 0, 0, 2, 6,
20, 18, 14, 8, 20, 19, 18, 17, 0, 1, 4, 9,
etc. etc. etc.
d(n) is the natural numbers A000027 inverted by lines. e(n) will be studied (see A239873).
Sum of a(n) by diagonals: 1, 5, 13, 27, 48, ... . The third differences have the period 2: repeat 2, 1. See A002717.

Crossrefs

Programs

A374921 Irregular triangle read by rows: T(n,k), n >= 0, k >= 1, in which if n is even then row n lists the first A008619(n) even indexed terms of A027336 otherwise if n is odd then row n lists the first A008619(n) odd indexed terms of A027336.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 3, 1, 2, 4, 1, 1, 3, 6, 1, 2, 4, 8, 1, 1, 3, 6, 11, 1, 2, 4, 8, 15, 1, 1, 3, 6, 11, 20, 1, 2, 4, 8, 15, 26, 1, 1, 3, 6, 11, 20, 35, 1, 2, 4, 8, 15, 26, 45, 1, 1, 3, 6, 11, 20, 35, 58, 1, 2, 4, 8, 15, 26, 45, 75, 1, 1, 3, 6, 11, 20, 35, 58, 96, 1, 2, 4, 8, 15, 26, 45, 75, 121
Offset: 0

Views

Author

Omar E. Pol, Aug 01 2024

Keywords

Comments

The sum of row n equals the number of partitions of n.

Examples

			Triangle begins:
  1;
  1;
  1, 1;
  1, 2;
  1, 1, 3;
  1, 2, 4;
  1, 1, 3, 6;
  1, 2, 4, 8;
  1, 1, 3, 6, 11;
  1, 2, 4, 8, 15;
  1, 1, 3, 6, 11, 20;
  1, 2, 4, 8, 15, 26;
  1, 1, 3, 6, 11, 20, 35;
  1, 2, 4, 8, 15, 26, 45;
  1, 1, 3, 6, 11, 20, 35, 58;
  1, 2, 4, 8, 15, 26, 45, 75;
  1, 1, 3, 6, 11, 20, 35, 58, 96;
  1, 2, 4, 8, 15, 26, 45, 75, 121;
  ...
For n = 10 the sum of the 10th row is 1 + 1 + 3 + 6 + 11 + 20 = 42, the same as the number of partitions of 10.
		

Crossrefs

Row sums give A000041.
Row lengths give A008619.
Right border gives A027336.
Columns 1..4: A000012, A000034, A010702, A010724.
Showing 1-3 of 3 results.