A219091 a(n) = floor((n + 1/2)^8).
0, 25, 1525, 22518, 168151, 837339, 3186448, 10011291, 27249052, 66342043, 147745544, 305902286, 596046447, 1103240376, 1954087550, 3331605615, 5493783665, 8796388244, 13720622866, 20906286173, 31191114176, 45657032334
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (9, -37, 93, -163, 219, -247, 255, -256, 256, -256, 256, -256, 256, -256, 256, -255, 247, -219, 163, -93, 37, -9, 1).
Programs
-
Mathematica
Table[Floor[(n + 1/2)^8], {n, 0, 100}]
Comments