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

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 9 20:47 EST 2023. Contains 367695 sequences. (Running on oeis4.)