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.

A370136 Triangle read by rows: T(n,k) = arithmetic derivative of ((A002110(n) + A002110(k)) / A002110(k)), 1 <= k <= n.

Original entry on oeis.org

1, 4, 1, 32, 5, 1, 55, 60, 12, 1, 1292, 195, 71, 16, 1, 22532, 2505, 841, 384, 9, 1, 382892, 102723, 8897, 8640, 191, 21, 1, 2469635, 3502740, 323328, 34133, 9980, 756, 24, 1, 111738812, 18755325, 10308201, 1568312, 50621, 5211, 371, 44, 1, 4853127108, 2003156919, 107924801, 178347008, 2376149, 251367, 6339, 672, 31, 1
Offset: 1

Views

Author

Antti Karttunen, Mar 07 2024

Keywords

Examples

			Triangle begins as:
          1;
          4,        1;
         32,        5,        1;
         55,       60,       12,       1;
       1292,      195,       71,      16,     1;
      22532,     2505,      841,     384,     9,    1;
     382892,   102723,     8897,    8640,   191,   21,   1;
    2469635,  3502740,   323328,   34133,  9980,  756,  24,  1;
  111738812, 18755325, 10308201, 1568312, 50621, 5211, 371, 44, 1;
		

Crossrefs

Programs

Formula

a(n) = A003415(A370135(n)).