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.

A069779 q-factorial numbers 4!_q.

Original entry on oeis.org

1, 24, 315, 2080, 8925, 29016, 77959, 182400, 384345, 746200, 1356531, 2336544, 3847285, 6097560, 9352575, 13943296, 20276529, 28845720, 40242475, 55168800, 74450061, 99048664, 130078455, 168819840, 216735625, 275487576, 346953699, 433246240, 536730405, 660043800
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[QFactorial[4, n], {n, 0, 29}] (* Arkadiusz Wesolowski, Nov 01 2012 *)
    LinearRecurrence[{7,-21,35,-35,21,-7,1},{1,24,315,2080,8925,29016,77959},30] (* Harvey P. Dale, Aug 30 2020 *)

Formula

a(n) = (n + 1)*(n^2 + n + 1)*(n^3 + n^2 + n + 1).
G.f.: (1 + 17*x + 8*x^2*(21 + 43*x) + 5*x^4*(35 + 3*x))/(1 - x)^7. - Arkadiusz Wesolowski, Nov 01 2012