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!)
A024147 a(n) = 12^n - n^7. 2
1, 11, 16, -459, 4352, 170707, 2706048, 35008265, 427884544, 5154997383, 61907364224, 742988883517, 8916064616448, 106993142630555, 1283918359135360, 15407021403726993, 184884258626600960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (20, -124, 392, -742, 896, -700, 344, -97, 12).
FORMULA
From Chai Wah Wu, Jan 26 2020: (Start)
a(n) = 20*a(n-1) - 124*a(n-2) + 392*a(n-3) - 742*a(n-4) + 896*a(n-5) - 700*a(n-6) + 344*a(n-7) - 97*a(n-8) + 12*a(n-9) for n > 8.
G.f.: (-13*x^8 - 1431*x^7 - 14200*x^6 - 27745*x^5 - 11946*x^4 - 193*x^3 + 80*x^2 + 9*x - 1)/((x - 1)^8*(12*x - 1)). (End)
MATHEMATICA
Array[12^# - #^7 &, 17, 0] (* Michael De Vlieger, Jan 26 2020 *)
LinearRecurrence[{20, -124, 392, -742, 896, -700, 344, -97, 12}, {1, 11, 16, -459, 4352, 170707, 2706048, 35008265, 427884544}, 20] (* Harvey P. Dale, May 09 2022 *)
PROG
(Magma) [12^n-n^7: n in [0..20]]; // Vincenzo Librandi, Jul 02 2011
CROSSREFS
Sequence in context: A166663 A032327 A032075 * A025141 A226678 A105709
KEYWORD
sign,easy
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 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)