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!)
A128800 a(n) = n*(n-1)*6^n. 1
0, 0, 72, 1296, 15552, 155520, 1399680, 11757312, 94058496, 725594112, 5441955840, 39907676160, 287335268352, 2037468266496, 14262277865472, 98738846760960, 677066377789440, 4604051368968192, 31077346740535296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 72*x^2/(1 - 6*x)^3. - Vincenzo Librandi, Feb 11 2013
a(n) = 72*A081136(n). - R. J. Mathar, Apr 26 2015
a(n) = 18*a(n-1) - 108*a(n-2) + 216*a(n-3). - Wesley Ivan Hurt, Jan 20 2024
MATHEMATICA
CoefficientList[Series[72 x^2/(1 - 6 x)^3, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 11 2013 *)
LinearRecurrence[{18, -108, 216}, {0, 0, 72}, 30] (* Harvey P. Dale, Mar 22 2018 *)
PROG
(Magma) [(n^2-n)*6^n: n in [0..25]]; // Vincenzo Librandi, Feb 11 2013
CROSSREFS
Sequence in context: A269074 A200556 A239423 * A367781 A008391 A292881
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Apr 07 2007
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)