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.

Showing 1-5 of 5 results.

A196412 a(n) = n! - n^5.

Original entry on oeis.org

1, 0, -30, -237, -1000, -3005, -7056, -11767, 7552, 303831, 3528800, 39755749, 478752768, 6226649507, 87177753376, 1307673608625, 20922788839424, 355687426676143, 6402373703838432, 121645100406355901, 2432902008173440000
Offset: 0

Views

Author

Vincenzo Librandi, Oct 06 2011

Keywords

Crossrefs

Programs

A196413 n! - n^6.

Original entry on oeis.org

1, 0, -62, -723, -4072, -15505, -45936, -112609, -221824, -168561, 2628800, 38145239, 476015616, 6222193991, 87170761664, 1307662977375, 20922773110784, 355687403958431, 6402373671715776, 121645100361786119, 2432902008112640000
Offset: 0

Views

Author

Vincenzo Librandi, Oct 06 2011

Keywords

Crossrefs

Programs

A196414 n! - n^7.

Original entry on oeis.org

1, 0, -126, -2181, -16360, -78005, -279216, -818503, -2056832, -4420089, -6371200, 20429629, 443169792, 6164272283, 87072877696, 1307503508625, 20922521452544, 355687017757327, 6402373093507968, 121645099514960261, 2432902006896640000
Offset: 0

Views

Author

Vincenzo Librandi, Oct 06 2011

Keywords

Crossrefs

Programs

A196738 n! - n^8.

Original entry on oeis.org

1, 0, -254, -6555, -65512, -390505, -1678896, -5759761, -16736896, -42683841, -96371200, -174442081, 49019904, 5411290079, 85702502144, 1305111477375, 20918494920704, 355680452338559, 6402362685767424, 121645083425268959, 2432901982576640000
Offset: 0

Views

Author

Vincenzo Librandi, Oct 06 2011

Keywords

Crossrefs

Programs

A196739 a(n) = n! - n^10.

Original entry on oeis.org

1, 0, -1022, -59043, -1048552, -9765505, -60465456, -282470209, -1073701504, -3486421521, -9996371200, -25897507801, -61438362624, -131631471049, -202076363776, 731023977375, 19823278260224, 353671434195551, 6398803238501376, 121638969342574199, 2432891768176640000
Offset: 0

Views

Author

Vincenzo Librandi, Oct 06 2011

Keywords

Crossrefs

Programs

  • Magma
    [Factorial(n)-n^10: n in [0..20]];
  • Mathematica
    Table[n!-n^10,{n,0,20}] (* Harvey P. Dale, May 19 2012 *)
Showing 1-5 of 5 results.