login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A288604 a(n) = (n^9 - n)/10. 1
0, 51, 1968, 26214, 195312, 1007769, 4035360, 13421772, 38742048, 99999999, 235794768, 515978034, 1060449936, 2066104677, 3844335936, 6871947672, 11858787648, 19835929035, 32268769776, 51199999998, 79428004656, 120726921777, 180115266144, 264180754020 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
a(n) = (n^9 - n)/10 = A196289(n)/10.
G.f.: 3*x^2*(17 + 486*x + 2943*x^2 + 5204*x^3 + 2943*x^4 + 486*x^5 + 17*x^6) / (1 - x)^10. - Colin Barker, Jun 11 2017
MATHEMATICA
Table[(n^9-n)/10, {n, 30}] (* or *) LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 51, 1968, 26214, 195312, 1007769, 4035360, 13421772, 38742048, 99999999}, 30] (* Harvey P. Dale, Jun 11 2019 *)
PROG
(PARI) concat(0, Vec(3*x^2*(17 + 486*x + 2943*x^2 + 5204*x^3 + 2943*x^4 + 486*x^5 + 17*x^6) / (1 - x)^10 + O(x^30))) \\ Colin Barker, Jun 11 2017
(PARI) a(n)=(n^9-n)/10 \\ Charles R Greathouse IV, Jun 11 2017
CROSSREFS
Sequence in context: A238319 A014943 A278623 * A278305 A231660 A210177
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 11 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)