login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A147978
a(n) = 7^n-6^n-5^n-4^n-3^n-2^n-1.
3
-5, -14, -42, -98, 126, 4606, 50478, 446782, 3622206, 28040446, 211134798, 1561328062, 11403051486, 82538901886, 593482158318, 4245770823742, 30254894691966, 214923605948926, 1522969836817038, 10770185918341822
OFFSET
1,1
FORMULA
G.f.: x*(11628*x^6-22736*x^5+17059*x^4-6370*x^3+1260*x^2-126*x+5)/((x-1)*(2*x-1)*(3*x-1)*(4*x-1)*(5*x-1)*(6*x-1)*(7*x-1)). - Colin Barker, Oct 29 2012
MATHEMATICA
lst={}; Do[p=7^n-6^n-5^n-4^n-3^n-2^n-1^n; AppendTo[lst, p], {n, 0, 5!}]; lst
CROSSREFS
KEYWORD
sign,easy
AUTHOR
STATUS
approved