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.

Showing 1-1 of 1 results.

A361443 a(n) is the first term of the n-th row of A361442.

Original entry on oeis.org

0, 1, 2, 3, 5, 6, -2, 9, 10, 7, 16, -10, 24, 14, 17, 22, -13, -29, -16, -18, -25, -24, -20, -27, -35, 12, -30, -42, -22, -36, -40, -43, -44, -45, -46, 21, 35, 28, 32, 38, 27, 37, 41, 30, 50, 46, 55, 51, 56, 39, 74, 54, 73, 67, 57, 78, 71, 59, 61, 80, 68, 79
Offset: 0

Views

Author

Rémy Sigrist, Mar 12 2023

Keywords

Comments

The n-th row of A361442 is uniquely determined by its initial term and, provided n > 0, the prior row.

Examples

			a(4) = A361442(4, 0) = 5.
		

Crossrefs

Cf. A361442.

Programs

  • PARI
    See Links section.

Formula

a(n) = A361442(n, 0).
A361442(n, k) = (-1)^k * Sum_{i = 0..k} binomial(k, i) * a(n-i).
Showing 1-1 of 1 results.