login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024005 a(n) = 1 - n^7. 5

%I #15 Sep 08 2022 08:44:48

%S 1,0,-127,-2186,-16383,-78124,-279935,-823542,-2097151,-4782968,

%T -9999999,-19487170,-35831807,-62748516,-105413503,-170859374,

%U -268435455,-410338672,-612220031,-893871738,-1279999999

%N a(n) = 1 - n^7.

%H Vincenzo Librandi, <a href="/A024005/b024005.txt">Table of n, a(n) for n = 0..450</a>

%t f[n_] := 1 - n^7; f[Range[0, 60]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 10 2011 *)

%o (Magma) [1-n^7: n in [0..50]]; // _Vincenzo Librandi_, Apr 29 2011

%K sign,easy

%O 0,3

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)