a(n) = Sum_{i=1..n} nac(i,n) where nac(i,n) is the n-th i-bonacci number. The n-th i-bonacci number here is equal to 1 for the first i terms, with subsequent terms equaling the sum of the previous n terms.

A345372

a(n) = Sum_{i=1..n} nac(i,n) where nac(i,n) is the n-th i-bonacci number. The n-th i-bonacci number here is equal to 1 for the first i terms, with subsequent terms equaling the sum of the previous n terms.

Terms

    a(0) =1a(1) =2a(2) =4a(3) =8a(4) =16a(5) =31a(6) =60a(7) =114a(8) =217a(9) =411a(10) =780a(11) =1481a(12) =2820a(13) =5379a(14) =10288a(15) =19720a(16) =37884a(17) =72924a(18) =140640a(19) =271695a(20) =525698a(21) =1018611a(22) =1976276a(23) =3838889a(24) =7465191a(25) =14531683a(26) =28313776a(27) =55214993a(28) =107762464a(29) =210477611

External references