cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A103623 a(n) = n^9 + n^8 + n^7 + n^6 + n^5 + n^4 + n^3 + n^2 + n + 1.

Original entry on oeis.org

1, 10, 1023, 29524, 349525, 2441406, 12093235, 47079208, 153391689, 435848050, 1111111111, 2593742460, 5628851293, 11488207654, 22250358075, 41189313616, 73300775185, 125999618778, 210027483919, 340614792100, 538947368421, 833994048910, 1264758228163
Offset: 0

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Mar 25 2005

Keywords

Crossrefs

Cf. A001017.

Programs

Formula

G.f.: (341*x^8 +11352*x^7 +77440*x^6 +153824*x^5 +99330*x^4 +19624*x^3 +968*x^2 +1)/(x -1)^10. - Colin Barker, Oct 29 2012
a(n) = (n^10-1)/(n-1) with a(1) = 10. - Arkadiusz Wesolowski, Mar 30 2013