A220694 Irregular table: row n (n>=1) consists of numbers 1..A084556(n).
1, 1, 2, 1, 2, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4
Offset: 1
Examples
Rows of this irregular table begin as: 1; 1, 2; 1, 2; 1, 2, 3; 1, 2, 3; ...
Links
- A. Karttunen, Rows 1..998 of the irregular table, flattened.
Programs
-
Mathematica
Flatten[Table[Table[Range[n],n!],{n,4}]] (* Harvey P. Dale, Aug 25 2022 *)
-
Scheme
(define (A220694 n) (+ 1 (A220663 n)))
Formula
a(n) = A220663(n)+1.
Comments