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!)
A024145 a(n) = 12^n - n^5. 2
1, 11, 112, 1485, 19712, 245707, 2978208, 35815001, 429948928, 5159721303, 61917264224, 743008209637, 8916100199424, 106993205007779, 1283918464011040, 15407021573826993, 184884258893987840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 18*a(n-1) - 87*a(n-2) + 200*a(n-3) - 255*a(n-4) + 186*a(n-5) - 73*a(n-6) + 12*a(n-7); a(0)=1, a(1)=11, a(2)=112, a(3)=1485, a(4)=19712, a(5)=245707, a(6)=2978208. - Harvey P. Dale, Jul 19 2011
G.f.: (-13*x^6 - 305*x^5 - 781*x^4 - 226*x^3 - x^2 + 7*x - 1)/((x-1)^6*(12*x-1)). - Harvey P. Dale, Jul 19 2011
MATHEMATICA
Table[12^n-n^5, {n, 0, 20}] (* or *) LinearRecurrence[ {18, -87, 200, -255, 186, -73, 12}, {1, 11, 112, 1485, 19712, 245707, 2978208}, 20] (* Harvey P. Dale, Jul 19 2011 *)
PROG
(Magma) [12^n-n^5: n in [0..20]]; // Vincenzo Librandi, Jul 01 2011
(PARI) a(n)=12^n-n^5 \\ Charles R Greathouse IV, Jul 01 2011
CROSSREFS
Sequence in context: A132938 A056618 A190872 * A053055 A024148 A323477
KEYWORD
nonn,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:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)