Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A275627
Expansion of (6*x^5+5*x^4+4*x^3+3*x^2+2*x+8)/(1-x-x^6).
2
8, 10, 13, 17, 22, 28, 36, 46, 59, 76, 98, 126, 162, 208, 267, 343, 441, 567, 729, 937, 1204, 1547, 1988, 2555, 3284, 4221, 5425, 6972, 8960, 11515, 14799, 19020, 24445, 31417, 40377, 51892, 66691, 85711, 110156, 141573, 181950, 233842, 300533, 386244, 496400, 637973, 819923, 1053765, 1354298
OFFSET
0,1
COMMENTS
More terms than usual are shown in order to distinguish this from A010916. Agree with A010916 just for n <= 37.
FORMULA
a(n) = a(n-1)+a(n-6) for n>5. - Colin Barker, Aug 21 2016
PROG
(PARI) Vec((6*x^5+5*x^4+4*x^3+3*x^2+2*x+8)/(1-x-x^6) + O(x^50)) \\ Colin Barker, Aug 21 2016
CROSSREFS
Cf. A010916.
Sequence in context: A030732 A167487 A010916 * A101764 A309065 A048591
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Aug 07 2016
STATUS
approved