# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a279196 Showing 1-1 of 1 %I A279196 #80 Jan 31 2024 01:15:20 %S A279196 1,1,2,5,13,36,102,295,864,2557,7624,22868,68920,208527,632987, %T A279196 1926752,5878738,17973523,55050690,168881464,518818523,1595878573, %U A279196 4914522147,15150038699,46747391412,144370209690,446214862158,1380161749537,4271808447154,13230257155092,40999697820032 %N A279196 Number of polynomials of the form P(x,y) = 1 + (x+y-1) * Q(x,y) such that P(1,1) = n and both polynomials P and Q have nonnegative integer coefficients. %C A279196 Original definition did not have the requirement for Q to have nonnegative coefficients. However, this results in different terms given by A363933. We have a(n) <= A363933(n), which is strict for n >= 5. - _Max Alekseyev_, Jun 28 2023 %C A279196 In colorful terms, one can view a polynomial as a configuration made of piles of tokens located at lattice points (i>=0, j>=0). One introduces the notion of "degradation of a configuration": to degrade a configuration, choose a nonempty pile of tokens in it, say that at (i,j); remove one token from that pile; then add one token at (i+1,j) and one token at (i,j+1). This is a nondeterministic process. a(n) is the number of distinct configurations one can possibly get after (n-1) degradations of the initial configuration consisting of just one token at (0,0). In this metaphor, the P's are the resulting configurations and the Q's are records of where the tokens have been taken. - _Luc Rousseau_, Jun 30 2023 %H A279196 Luc Rousseau, Table of n, a(n) for n = 1..45 %H A279196 R. K. Guy, Letter to N. J. A. Sloane, June 24 1971: front, back [Annotated scanned copy, with permission] See sequence "D". %H A279196 Luc Rousseau, a Java program for A279196, by degradation. %H A279196 Luc Rousseau, a Java + Prolog program for A279196, nonnegativity CLP version. %H A279196 Luc Rousseau, a Prolog program for A279196, divide and conquer, memoized version. %H A279196 Luc Rousseau, Illustration of the degradation process, n=1..5 %H A279196 N. J. A. Sloane, Winter Fruits: New Problems from OEIS, Dec. 2016 - Jan. 2017 (part 1), 2017-01-26, (discussion from 6:23-10:00). %H A279196 N. J. A. Sloane, Winter Fruits: New Problems from the OEIS, Dec. 2016 - Jan. 2017 (slides) %e A279196 From _Peter Kagey_, Feb 03 2017 (Start): %e A279196 For n = 1 the a(1) = 1 solution is: %e A279196 1 = 0(x + y - 1) + 1. %e A279196 For n = 2 the a(2) = 1 solution is: %e A279196 x + y = (x + y - 1) + 1. %e A279196 For n = 3 the a(3) = 2 solutions are: %e A279196 xy + x + y^2 = (y + 1)(x + y - 1) + 1; %e A279196 xy + y + x^2 = (x + 1)(x + y - 1) + 1. %e A279196 For n = 4 the a(4) = 5 solutions are: %e A279196 x^2 + 2xy + y^2 = (x + y + 1)(x + y - 1) + 1; %e A279196 x^2y + x^2 + xy^2 + y = (xy + x + 1)(x + y - 1) + 1; %e A279196 x^2y + xy^2 + x + y^2 = (xy + y + 1)(x + y - 1) + 1; %e A279196 xy^2 + xy + x + y^3 = (y^2 + y + 1)(x + y - 1) + 1; %e A279196 x^3 + x^2y + xy + y = (x^2 + x + 1)(x + y - 1) + 1. %e A279196 (End) [Corrected by _Luc Rousseau_, Jun 30 2023] %o A279196 (Java) // See link. _Luc Rousseau_, Jun 30 2023 %o A279196 (Java + Prolog) // See link. _Luc Rousseau_, Jun 30 2023 %o A279196 (Prolog) % See link. _Luc Rousseau_, Jul 26 2023 %Y A279196 Cf. A363933. %K A279196 nonn %O A279196 1,3 %A A279196 _N. J. A. Sloane_, Dec 15 2016 %E A279196 Definition corrected by _Max Alekseyev_, Jun 28 2023 %E A279196 a(10)-a(18) from _Luc Rousseau_, Jun 30 2023 %E A279196 a(19)-a(25) from _Max Alekseyev_, Jul 04 2023 %E A279196 a(26)-a(29) from _Luc Rousseau_, Jul 31 2023 %E A279196 a(30) from _Luc Rousseau_, Nov 10 2023 %E A279196 a(31) from _Luc Rousseau_, Dec 18 2023 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE