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.

A017622 a(n) = (12*n+8)^6.

Original entry on oeis.org

262144, 64000000, 1073741824, 7256313856, 30840979456, 98867482624, 262144000000, 606355001344, 1265319018496, 2436396322816, 4398046511104, 7529536000000, 12332795428864, 19456426971136, 29721861554176, 44151665987584, 64000000000000, 90785223184384
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A001014 (n^6), A017617 (12*n+8).

Programs

Formula

a(n) = 7*a(n-1)-21*a(n-2)+35*a(n-3)-35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7). - Vincenzo Librandi, May 07 2017