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.

A017169 a(n) = (9*n)^9.

Original entry on oeis.org

0, 387420489, 198359290368, 7625597484987, 101559956668416, 756680642578125, 3904305912313344, 15633814156853823, 51998697814228992, 150094635296999121, 387420489000000000, 913517247483640899
Offset: 0

Views

Author

Keywords

Comments

a(n) = A155955(n,9) for n > 8. - Reinhard Zumkeller, Jan 31 2009

Programs

  • Magma
    [(9*n)^9: n in [0..20]]; // Vincenzo Librandi, Jul 22 2011
  • Mathematica
    (9*Range[0,20])^9 (* or *) LinearRecurrence[{10,-45,120,-210,252,-210,120,-45,10,-1},{0,387420489,198359290368,7625597484987,101559956668416,756680642578125,3904305912313344,15633814156853823,51998697814228992,150094635296999121},20] (* Harvey P. Dale, Dec 11 2017 *)

Formula

a(n) = 387420489*A001017(n). - R. J. Mathar, Jul 07 2017