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!)
A024141 a(n) = 12^n - n. 9
1, 11, 142, 1725, 20732, 248827, 2985978, 35831801, 429981688, 5159780343, 61917364214, 743008370677, 8916100448244, 106993205379059, 1283918464548850, 15407021574586353, 184884258895036400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1 - 3*x + 13*x^2)/((1-12*x)*(1-x)^2). - Vincenzo Librandi, Jun 17 2013
a(n) = 14*a(n-1) - 25*a(n-2) + 12*a(n-3). - Vincenzo Librandi, Jun 17 2013
MATHEMATICA
Table[12^n - n, {n, 0, 20}] (* or *) CoefficientList[Series[(1 - 3 x + 13 x^2) / ((1 - 12 x) (1 - x)^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jun 17 2013 *)
PROG
(Magma) [12^n-n: n in [0..20]]; // Vincenzo Librandi, Jul 01 2011
(PARI) a(n)=12^n-n \\ Charles R Greathouse IV, Jul 01 2011
(Magma) I:=[1, 11, 142]; [n le 3 select I[n] else 14*Self(n-1)-25*Self(n-2)+12*Self(n-3): n in [1..30]]; // Vincenzo Librandi, Jun 17 2013
CROSSREFS
Cf. numbers of the form k^n-n: A000325 (k=2), A024024 (k=3), A024037 (k=4), A024050 (k=5), A024063 (k=6), A024076 (k=7), A024089 (k=8), A024102 (k=9), A024115 (k=10), A024128 (k=11), this sequence (k=12).
Sequence in context: A048965 A218502 A293988 * A289216 A296057 A323029
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)