[go: up one dir, main page]

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”).

A179465
Integers of alternate form x+(x+1)^2+(x+2)^3+(x+3)^4+(x+4)^5+(x+5)^6.
1
1, 31, 396, 2673, 10076, 20153, 16739
OFFSET
1,2
COMMENTS
x+(x+1)^2+(x+2)^3+(x+3)^4+(x+4)^5+(x+5)^6 --> Alternate form:x^6+31*x^5+396*x^4+2673*x^3+10076*x^2+20153*x+16739
MATHEMATICA
Reverse@ CoefficientList[ Series[x + (x + 1)^2 + (x + 2)^3 + (x + 3)^4 + (x + 4)^5 + (x + 5)^6, {x, 0, 6}], x] (* Robert G. Wilson v, Aug 23 2010 *)
CROSSREFS
Sequence in context: A214886 A091348 A328750 * A142829 A300869 A297019
KEYWORD
nonn,fini,full,easy
AUTHOR
EXTENSIONS
Keywords fini and full added by Robert G. Wilson v, Aug 23 2010
STATUS
approved