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!)
A200252 Number of 0..n arrays x(0..2) of 3 elements with each no smaller than the sum of its previous elements modulo (n+1). 5

%I #16 Feb 19 2018 08:26:12

%S 5,12,26,45,75,112,164,225,305,396,510,637,791,960,1160,1377,1629,

%T 1900,2210,2541,2915,3312,3756,4225,4745,5292,5894,6525,7215,7936,

%U 8720,9537,10421,11340,12330,13357,14459,15600,16820,18081,19425,20812,22286,23805

%N Number of 0..n arrays x(0..2) of 3 elements with each no smaller than the sum of its previous elements modulo (n+1).

%C Row 3 of A200251.

%C a(n) = A199771(n+1). - _Reinhard Zumkeller_, Nov 23 2011

%H R. H. Hardin, <a href="/A200252/b200252.txt">Table of n, a(n) for n = 1..210</a>

%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (2,1,-4,1,2,-1).

%F a(n) = 2*a(n-1) + a(n-2) - 4*a(n-3) + a(n-4) + 2*a(n-5) - a(n-6).

%F From _Colin Barker_, Feb 19 2018: (Start)

%F G.f.: x*(5 + 2*x - 3*x^2 + x^3 + 2*x^4 - x^5) / ((1 - x)^4*(1 + x)^2).

%F a(n) = (n^3 + 5*n^2 + 8*n + 4) / 4 for n even.

%F a(n) = (n^3 + 5*n^2 + 9*n + 5) / 4 for n odd.

%F (End)

%e Some solutions for n=6:

%e 2 0 0 3 3 1 4 0 1 3 0 3 0 2 1 3

%e 6 5 3 6 3 1 5 2 4 6 6 5 0 5 2 4

%e 2 6 6 2 6 4 4 2 6 5 6 5 6 5 4 0

%K nonn,easy

%O 1,1

%A _R. H. Hardin_, Nov 15 2011

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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)