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!)
A024029 a(n) = 3^n-n^6. 2
1, 2, -55, -702, -4015, -15382, -45927, -115462, -255583, -511758, -940951, -1594414, -2454543, -3232486, -2746567, 2958282, 26269505, 105002594, 353408265, 1115215586, 3422784401 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 3^n - n^6.
MAPLE
A024029:=n->3^n-n^6: seq(A024029(n), n=0..40); # Wesley Ivan Hurt, Feb 16 2017
PROG
(Magma) [3^n-n^6 : n in [0..30]]; // Vincenzo Librandi, May 17 2011
CROSSREFS
Sequence in context: A007975 A109796 A186886 * A134501 A210928 A210932
KEYWORD
sign
AUTHOR
STATUS
approved

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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)