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.

A374801 Irregular table T(n, k), n > 0, k = 1..A048691(n), read by rows; the n-th row lists the numbers m such that A003990(m) = n.

This page as a plain text file.
%I A374801 #14 Jul 22 2024 14:26:07
%S A374801 1,2,3,5,4,6,13,7,10,12,14,25,11,15,41,8,9,16,21,23,27,31,34,61,22,28,
%T A374801 85,29,36,38,44,59,63,113,37,45,58,64,145,17,20,46,55,57,65,96,101,
%U A374801 181,56,66,221,18,19,40,42,67,78,80,90,94,103,109,117,142,148,265,79,91,313
%N A374801 Irregular table T(n, k), n > 0, k = 1..A048691(n), read by rows; the n-th row lists the numbers m such that A003990(m) = n.
%C A374801 A003990 corresponds to a square array, but we consider it here as a flat sequence (when its values are read according along its antidiagonals).
%C A374801 As a flat sequence this is a permutation of the positive integers with inverse A374802.
%H A374801 Rémy Sigrist, <a href="/A374801/b374801.txt">Table of n, a(n) for n = 1..10016</a>
%H A374801 Rémy Sigrist, <a href="/A374801/a374801.gp.txt">PARI program</a>
%H A374801 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%e A374801 Triangle T(n, k) begins:
%e A374801   n   n-th row
%e A374801   --  ----------------------------------------------------------------
%e A374801    1  1
%e A374801    2  2, 3, 5
%e A374801    3  4, 6, 13
%e A374801    4  7, 10, 12, 14, 25
%e A374801    5  11, 15, 41
%e A374801    6  8, 9, 16, 21, 23, 27, 31, 34, 61
%e A374801    7  22, 28, 85
%e A374801    8  29, 36, 38, 44, 59, 63, 113
%e A374801    9  37, 45, 58, 64, 145
%e A374801   10  17, 20, 46, 55, 57, 65, 96, 101, 181
%e A374801   11  56, 66, 221
%e A374801   12  18, 19, 40, 42, 67, 78, 80, 90, 94, 103, 109, 117, 142, 148, 265
%e A374801   13  79, 91, 313
%e A374801   14  30, 35, 92, 105, 107, 119, 197, 204, 365
%o A374801 (PARI) \\ See Links section.
%Y A374801 Cf. A003990, A048691, A374802 (inverse).
%K A374801 nonn,look,tabf
%O A374801 1,2
%A A374801 _Rémy Sigrist_, Jul 20 2024