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!)
A128051 (n^3+n)*7^n. 1
14, 490, 10290, 163268, 2184910, 26118078, 288240050, 2997696520, 29780961966, 285300001490, 2653572489106, 24083839729740, 214124712999470, 1870539234917542, 16094233518706770, 136653810502199312 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: 14*x*(1 + 7*x + 49*x^2)/(1 - 7*x)^4. - Vincenzo Librandi, Feb 22 2013
MATHEMATICA
Table[(n^3 + n) * 7^n, {n, 30}] (* or *) CoefficientList[Series[14 (1 + 7 x + 49 x^2)/(1 - 7 x)^4, {x, 0, 20}], x] (* Vincenzo Librandi, Feb 22 2013 *)
PROG
(Magma) [(n^3 + n)*7^n: n in [1..20]]; // Vincenzo Librandi, Feb 22 2013
CROSSREFS
Sequence in context: A275092 A275348 A317635 * A217337 A251867 A240411
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 9 09:10 EDT 2024. Contains 372347 sequences. (Running on oeis4.)