login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A361443 a(n) is the first term of the n-th row of A361442. 2
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The n-th row of A361442 is uniquely determined by its initial term and, provided n > 0, the prior row.
LINKS
Rémy Sigrist, PARI program
FORMULA
a(n) = A361442(n, 0).
A361442(n, k) = (-1)^k * Sum_{i = 0..k} binomial(k, i) * a(n-i).
EXAMPLE
a(4) = A361442(4, 0) = 5.
PROG
(PARI) See Links section.
CROSSREFS
Cf. A361442.
Sequence in context: A291486 A177870 A094872 * A201744 A349957 A152206
KEYWORD
sign
AUTHOR
Rémy Sigrist, Mar 12 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 27 13:19 EDT 2024. Contains 375469 sequences. (Running on oeis4.)