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!)
A128787 n^2*8^n. 1
0, 8, 256, 4608, 65536, 819200, 9437184, 102760448, 1073741824, 10871635968, 107374182400, 1039382085632, 9895604649984, 92908732547072, 862017116176384, 7916483719987200, 72057594037927936, 650770146155036672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Subsequence of A047351. [Bruno Berselli, Feb 07 2013]
LINKS
FORMULA
G.f.: 8*x*(1 + 8*x)/(1 - 8*x)^3. - Vincenzo Librandi, Feb 06 2013
a(n) = 24*a(n-1) - 192*a(n-2) + 512*a(n-3). - Vincenzo Librandi, Feb 06 2013
EXAMPLE
a(1) = 1^2 * 8^1 = 1 * 8 = 8.
a(2) = 2^2 * 8^2 = 4 * 64 = 256.
a(3) = 3^2 * 8^3 = 9 * 512 = 4608.
MATHEMATICA
LinearRecurrence[{24, -192, 512}, {0, 8, 256}, 30] (* or *) CoefficientList[Series[8 x (1 + 8 x)/((1 - 8 x)^3), {x, 0, 30}], x] (* Vincenzo Librandi, Feb 06 2013 *)
Table[n^2 8^n, {n, 0, 19}] (* Alonso del Arte, Feb 06 2013 *)
PROG
(Magma) [n^2*8^n: n in [0..20]]; // Vincenzo Librandi, Feb 06 2013
CROSSREFS
Sequence in context: A300176 A291850 A130034 * A013824 A010044 A024290
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 April 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)