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!)
A128790 n^3*4^n. 1
0, 4, 128, 1728, 16384, 128000, 884736, 5619712, 33554432, 191102976, 1048576000, 5582618624, 28991029248, 147438174208, 736586891264, 3623878656000, 17592186044416, 84404697300992, 400771988324352, 1885387563728896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
All terms are congruent to {0, 2, 4} mod 6 (or mod 9 or mod 18). [Bruno Berselli, Feb 07 2013]
LINKS
FORMULA
G.f.: 4*x*(1 + 16*x + 16*x^2)/(1 - 4*x)^4. - Vincenzo Librandi, Feb 07 2013
MATHEMATICA
CoefficientList[Series[4*x*(1 + 16*x + 16*x^2)/(1 - 4*x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 07 2013 *)
Table[n^3 4^n, {n, 0, 20}] (* or *) LinearRecurrence[{16, -96, 256, -256}, {0, 4, 128, 1728}, 20] (* Harvey P. Dale, Nov 24 2022 *)
PROG
(Magma) [n^3*4^n: n in [0..30]]; // Vincenzo Librandi, Feb 07 2013
CROSSREFS
Sequence in context: A152421 A270959 A291851 * A267796 A013823 A321233
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 June 4 17:49 EDT 2024. Contains 373102 sequences. (Running on oeis4.)