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-2 of 2 results.

A196291 a(n) = n^10 - n.

Original entry on oeis.org

0, 0, 1022, 59046, 1048572, 9765620, 60466170, 282475242, 1073741816, 3486784392, 9999999990, 25937424590, 61917364212, 137858491836, 289254654962, 576650390610, 1099511627760, 2015993900432, 3570467226606, 6131066257782, 10239999999980, 16679880978180, 26559922791402, 41426511213626
Offset: 0

Views

Author

Vincenzo Librandi, Oct 01 2011

Keywords

Crossrefs

Programs

  • Magma
    [n^10-n: n in [0..30]];
    
  • Mathematica
    Table[n^10 - n, {n, 0, 40}] (* and *) LinearRecurrence[{11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1}, {0, 0, 1022, 59046, 1048572, 9765620, 60466170, 282475242, 1073741816, 3486784392, 9999999990}, 40] (* Vladimir Joseph Stephan Orlovsky, Feb 21 2012 *)
  • PARI
    a(n)=n^10-n \\ Charles R Greathouse IV, Nov 22 2011

A196292 a(n) = n^10 + n.

Original entry on oeis.org

0, 2, 1026, 59052, 1048580, 9765630, 60466182, 282475256, 1073741832, 3486784410, 10000000010, 25937424612, 61917364236, 137858491862, 289254654990, 576650390640, 1099511627792, 2015993900466, 3570467226642, 6131066257820, 10240000000020, 16679880978222, 26559922791446
Offset: 0

Views

Author

Vincenzo Librandi, Oct 01 2011

Keywords

Crossrefs

Programs

  • Magma
    [n^10+n: n in [0..30]];

Formula

a(n) = 2 * A168118(n). - Alois P. Heinz, Jul 28 2025
Showing 1-2 of 2 results.