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!)
A128795 n^3*9^n. 1
0, 9, 648, 19683, 419904, 7381125, 114791256, 1640558367, 22039921152, 282429536481, 3486784401000, 41768190339579, 488038239039168, 5584479224838813, 62773918496412984, 694882570819440375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 9*x*(1+36*x+81*x^2)/(1-9*x)^4. [R. J. Mathar, Dec 19 2008]
a(n) = 36*a(n-1) -486*a(n-2) +2916*a(n-3) -6561*a(n-4). - Vincenzo Librandi, Feb 10 2013
MATHEMATICA
CoefficientList[Series[9 x (1 + 36 x + 81 x^2)/(1 - 9 x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 10 2013 *)
PROG
(Magma) [n^3*9^n: n in [0..20]]; // Vincenzo Librandi, Feb 10 2013
CROSSREFS
Sequence in context: A211611 A280904 A210053 * A323425 A191510 A081232
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)