login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A024010
a(n) = 1 - n^12.
3
1, 0, -4095, -531440, -16777215, -244140624, -2176782335, -13841287200, -68719476735, -282429536480, -999999999999, -3138428376720, -8916100448255, -23298085122480, -56693912375295, -129746337890624, -281474976710655
OFFSET
0,3
LINKS
MATHEMATICA
1-Range[0, 20]^12 (* Harvey P. Dale, Feb 19 2012 *)
PROG
(Magma) [1-n^12: n in [0..35]]; // Vincenzo Librandi, Apr 29 2011
CROSSREFS
a(n) = -A123868(n) for n>0.
Sequence in context: A160972 A038999 A022528 * A123868 A321557 A321551
KEYWORD
sign,easy
AUTHOR
STATUS
approved