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!)
A024138 a(n) = 11^n - n^11. 3
1, 10, -1927, -175816, -4179663, -48667074, -361025495, -1957839572, -8375575711, -29023111918, -74062575399, 0, 2395420006033, 32730551749894, 375700268413577, 4168598413556276, 45932137677527745, 505412756602986138 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Chai Wah Wu, Jan 26 2020: (Start)
a(n) = 23*a(n-1) - 198*a(n-2) + 946*a(n-3) - 2915*a(n-4) + 6237*a(n-5) - 9636*a(n-6) + 10956*a(n-7) - 9207*a(n-8) + 5665*a(n-9) - 2486*a(n-10) + 738*a(n-11) - 133*a(n-12) + 11*a(n-13) for n > 12.
G.f.: (-12*x^12 - 22383*x^11 - 1677037*x^10 - 24085511*x^9 - 104916261*x^8 - 163227822*x^7 - 91395930*x^6 - 14499462*x^5 + 523986*x^4 + 130461*x^3 + 1959*x^2 + 13*x - 1)/((x - 1)^12*(11*x - 1)). (End)
MATHEMATICA
Table[11^n - n^11, {n, 0, 20}] (* Harvey P. Dale, Jul 31 2013 *)
PROG
(Magma) [11^n-n^11: n in [0..20]]; // Vincenzo Librandi, Jun 30 2011
CROSSREFS
Sequence in context: A370310 A160303 A336666 * A261603 A346543 A245016
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 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)