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!)
A128792 n^3*6^n. 1
0, 6, 288, 5832, 82944, 972000, 10077696, 96018048, 859963392, 7346640384, 60466176000, 482882881536, 3761479876608, 28694344753152, 215031266279424, 1586874322944000, 11555266180939776, 83160677851987968 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 6*x*(1 + 24*x + 36*x^2)/(1 - 6*x)^4. - Vincenzo Librandi, Feb 08 2013
a(n) = 24*a(n-1) - 216*a(n-2) + 864*a(n-3) - 1296*a(n-4). - Vincenzo Librandi, Feb 09 2013
MATHEMATICA
CoefficientList[Series[6 x *(1+24 x + 36 x^2)/(1-6*x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 08 2013 *)
LinearRecurrence[{24, -216, 864, -1296}, {0, 6, 288, 5832}, 20] (* Harvey P. Dale, Mar 12 2023 *)
PROG
(Magma) [n^3*6^n: n in [0..20]]; // Vincenzo Librandi, Feb 08 2013
(Magma) I:=[0, 6, 288, 5832]; [n le 4 select I[n] else 24*Self(n-1)-216*Self(n-2)+864*Self(n-3)-1296*Self(n-4): n in [1..30]]; // Vincenzo Librandi, Feb 09 2013
CROSSREFS
Sequence in context: A201139 A172660 A203051 * A340540 A027875 A203422
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 25 11:16 EDT 2024. Contains 371967 sequences. (Running on oeis4.)