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!)
A129009 (n^3+n^2)*9^n. 1
18, 972, 26244, 524880, 8857350, 133923132, 1874923848, 24794911296, 313810596090, 3835462841100, 45565298552268, 528708092292432, 6014054549826414, 67257769817585340, 741208075540736400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: 18*x*(1+18*x)/(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 12 2013
MATHEMATICA
LinearRecurrence[{36, -486, 2916, -6561}, {18, 972, 26244, 524880}, 30] (* Vincenzo Librandi, Feb 12 2013 *)
PROG
(Magma) [(n^3+n^2)*9^n: n in [1..25]]; /* or */ I:=[18, 972, 26244, 524880]; [n le 4 select I[n] else 36*Self(n-1)-486*Self(n-2)+2916*Self(n-3)-6561*Self(n-4): n in [1..25]]; // Vincenzo Librandi, Feb 12 2013
CROSSREFS
Sequence in context: A356687 A123786 A333089 * A042409 A363103 A073960
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, May 01 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 18 02:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)