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!)
A127960 a(n) = n^2*3^n. 1
0, 3, 36, 243, 1296, 6075, 26244, 107163, 419904, 1594323, 5904900, 21434787, 76527504, 269440587, 937461924, 3228504075, 11019960576, 37321507107, 125524238436, 419576389587, 1394713760400, 4613015762523, 15188432850756 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 3*x*(1 + 3*x)/(1 - 3*x)^3. - Vincenzo Librandi, Feb 07 2013
a(n) = 9*a(n-1) - 27*a(n-2) + 27*a(n-3). - Vincenzo Librandi, Feb 07 2013
a(n) = 3*A069996(n) for n>0. - Bruno Berselli, Feb 07 2013
E.g.f.: (9*x^2 + 3*x)*exp(3*x). - G. C. Greubel, May 04 2018
MATHEMATICA
LinearRecurrence[{9, -27, 27}, {0, 3, 36}, 25] (* or *) CoefficientList[ Series[3*x(1 + 3*x)/(1 - 3*x)^3, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 07 2013 *)
PROG
(Magma) [n^2*3^n: n in [0..30]]; // Vincenzo Librandi, Feb 07 2013
(PARI) for(n=0, 30, print1(n^2*3^n, ", ")) \\ G. C. Greubel, May 04 2018
CROSSREFS
Sequence in context: A188891 A073992 A268898 * A005446 A056307 A056299
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 May 3 04:17 EDT 2024. Contains 372205 sequences. (Running on oeis4.)