The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A119635 a(n) = n*(1 + n^2)*2^n. 1
4, 40, 240, 1088, 4160, 14208, 44800, 133120, 377856, 1034240, 2748416, 7127040, 18104320, 45187072, 111083520, 269484032, 646184960, 1533542400, 3606052864, 8409579520, 19465764864, 44753223680, 102257131520, 232330887168 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: 4*x*(1 + 2*x + 4*x^2)/(1 - 2*x)^4. - Vincenzo Librandi, Feb 22 2013
E.g.f.: 4*x*(1 + 3*x + 2*x^2)*exp(2*x). - G. C. Greubel, Mar 04 2019
MAPLE
[(n^3+n)*2^n$n=1..30]; # Muniru A Asiru, Mar 04 2019
MATHEMATICA
Table[(n^3 + n)*2^n, {n, 30}] (* or *) CoefficientList[Series[4(1 +2x + 4x^2)/(1-2x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 22 2013 *)
PROG
(Magma) [(n^3 + n)*2^n: n in [1..30]]; // Vincenzo Librandi, Feb 22 2013
(GAP) List([1..30], n->n*(n^2+1)*2^n); # Muniru A Asiru, Mar 04 2019
(PARI) {a(n) = n*(1+n^2)*2^n}; \\ G. C. Greubel, Mar 04 2019
(Sage) [n*(1+n^2)*2^n for n in (1..30)] # G. C. Greubel, Mar 04 2019
CROSSREFS
Sequence in context: A229088 A270088 A115286 * A367557 A283660 A215701
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 19 14:45 EDT 2024. Contains 372698 sequences. (Running on oeis4.)