A376214 a(n) = A379342(A379343(n)).
1, 2, 3, 4, 5, 6, 7, 10, 9, 8, 11, 14, 13, 12, 15, 16, 21, 18, 19, 20, 17, 22, 27, 24, 25, 26, 23, 28, 29, 36, 31, 34, 33, 32, 35, 30, 37, 44, 39, 42, 41, 40, 43, 38, 45, 46, 55, 48, 53, 50, 51, 52, 49, 54, 47, 56, 65, 58, 63, 60, 61, 62, 59, 64, 57, 66
Offset: 1
Examples
Triangle array begins: k= 1 2 3 4 5 6 7 8 9 n=1: 1; n=2: 2, 3, 4, 5, 6; n=3: 7, 10, 9, 8, 11, 14, 13, 12, 15; (1, 2, 3, ..., 12, 15) = (1, 2, 3, ..., 12, 15)^(-1). (1, 2, 3, ..., 12, 15) = (1, 5, 2, ..., 10, 15) (1, 3, 5, ..., 7, 15). The first permutation is from Example A380245 and the second from Example A378684. For n > 1, each row of triangle array joins two consecutive upward antidiagonals in the table: 1, 3, 6, 8, 15, ... 2, 5, 9, 12, 20, ... 4, 10, 13, 19, 26, ... 7, 14, 18, 25, 33, ... 11, 21, 24, 34, 41, ... ... Subtracting (n-1)*(2*n-3) from each term in row n produces a permutation of numbers from 1 to 4*n-3: 1, 1, 2, 3, 4, 5; 1, 4, 3, 2, 5, 8, 7, 6, 9.
Links
- Boris Putievskiy, Table of n, a(n) for n = 1..9730
- Boris Putievskiy, Integer Sequences: Irregular Arrays and Intra-Block Permutations, arXiv:2310.18466 [math.CO], 2023.
- Boris Putievskiy, The Alternating Group A4: Subgroups and the Cayley Table (2025).
- Boris Putievskiy, The Dihedral Group D4 (I): Subgroups and the Cayley Table (2025 D4 (I)).
- Boris Putievskiy, The Direct Product D4xC2: Subgroups and the Cayley Table (2025 D4xC2).
- Groupprops, Subgroup structure of direct product of D8 and Z2.
- Eric Weisstein's World of Mathematics, Alternating Group.
- Eric Weisstein's World of Mathematics, Dihedral Group D_4.
- Index entries for sequences that are permutations of the natural numbers.
Crossrefs
Programs
-
Mathematica
T[n_,k_]:=(n-1)*(2*n-3)+Module[{m=2*n-1},If[k
Formula
Extensions
Name corrected by Pontus von Brömssen, Jun 24 2025
Comments