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!)
A121607 (n^3+n)*3^n. 1
6, 90, 810, 5508, 31590, 161838, 765450, 3411720, 14526054, 59639490, 237731274, 924707340, 3523453830, 13191428502, 48642794730, 177008116752, 636661003590, 2266409860650, 7994034370026, 27964010896020, 97092998430246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: 6*x*(1 + 3*x + 9*x^2)/(1 - 3*x)^4. - Vincenzo Librandi, Feb 22 2013
MATHEMATICA
Table[(n^3 + n)*3^n, {n, 30}] (* or *) CoefficientList[Series[6 (1 + 3 x + 9 x^2)/(1 - 3 x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 22 2013 *)
PROG
(Magma) [(n^3 + n)*3^n: n in [1..30]]; // Vincenzo Librandi, Feb 22 2013
CROSSREFS
Sequence in context: A121249 A113404 A177283 * A100594 A091800 A336042
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, May 02 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 12 13:42 EDT 2024. Contains 372480 sequences. (Running on oeis4.)