a(n) = sum of a(n-4) and a(n-5), with the lowest possible initial values that will generate a sequence where a(n) is always > a(n-1): 4, 5, 6, 7 and 8.

A321025

a(n) = sum of a(n-4) and a(n-5), with the lowest possible initial values that will generate a sequence where a(n) is always > a(n-1): 4, 5, 6, 7 and 8.

Terms

    a(0) =4a(1) =5a(2) =6a(3) =7a(4) =8a(5) =9a(6) =11a(7) =13a(8) =15a(9) =17a(10) =20a(11) =24a(12) =28a(13) =32a(14) =37a(15) =44a(16) =52a(17) =60a(18) =69a(19) =81a(20) =96a(21) =112a(22) =129a(23) =150a(24) =177a(25) =208a(26) =241a(27) =279a(28) =327a(29) =385

External references