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.

A016914 a(n) = (6*n)^6.

Original entry on oeis.org

0, 46656, 2985984, 34012224, 191102976, 729000000, 2176782336, 5489031744, 12230590464, 24794911296, 46656000000, 82653950016, 139314069504, 225199600704, 351298031616, 531441000000, 782757789696
Offset: 0

Views

Author

Keywords

Comments

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

Programs

  • Magma
    [(6*n)^6: n in [0..35]]; // Vincenzo Librandi, May 03 2011
  • Mathematica
    (6*Range[0,20])^6 (* or *) LinearRecurrence[{7,-21,35,-35,21,-7,1},{0,46656,2985984,34012224,191102976,729000000,2176782336},20] (* Harvey P. Dale, Jan 28 2024 *)