login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A024005
a(n) = 1 - n^7.
5
1, 0, -127, -2186, -16383, -78124, -279935, -823542, -2097151, -4782968, -9999999, -19487170, -35831807, -62748516, -105413503, -170859374, -268435455, -410338672, -612220031, -893871738, -1279999999
OFFSET
0,3
LINKS
MATHEMATICA
f[n_] := 1 - n^7; f[Range[0, 60]] (* Vladimir Joseph Stephan Orlovsky, Feb 10 2011 *)
PROG
(Magma) [1-n^7: n in [0..50]]; // Vincenzo Librandi, Apr 29 2011
CROSSREFS
Sequence in context: A090029 A152726 A069092 * A258808 A321552 A321546
KEYWORD
sign,easy
STATUS
approved