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.

A117878 Triangle T(n,k) = A034386(n)*A049614(k) - 1 read by rows.

Original entry on oeis.org

0, 1, 1, 5, 5, 5, 5, 5, 5, 23, 29, 29, 29, 119, 119, 29, 29, 29, 119, 119, 719, 209, 209, 209, 839, 839, 5039, 5039, 209, 209, 209, 839, 839, 5039, 5039, 40319, 209, 209, 209, 839, 839, 5039, 5039, 40319, 362879, 209, 209, 209, 839, 839, 5039, 5039, 40319, 362879
Offset: 1

Views

Author

Roger L. Bagula, May 02 2006

Keywords

Examples

			The triangle starts in row n=1 as:
    0;
    1,   1;
    5,   5,   5;
    5,   5,   5,  23;
   29,  29,  29, 119, 119;
   29,  29,  29, 119, 119,  719;
  209, 209, 209, 839, 839, 5039, 5039;
  209, 209, 209, 839, 839, 5039, 5039, 40319;
  209, 209, 209, 839, 839, 5039, 5039, 40319, 362879;
  209, 209, 209, 839, 839, 5039, 5039, 40319, 362879, 3628799;
		

Crossrefs

Programs

Formula

T(n, k) = A034386(n)*A049614(k) - 1.
T(n, k) = k! * A034386(n)/A034386(k) - 1 = n! * A049614(k)/A049614(n) - 1. - G. C. Greubel, Feb 06 2021

Extensions

Index in definition and offset corrected by Assoc. Eds. of the OEIS - Jun 15 2010