cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A116144 a(n) = 4^n * n*(n+1).

Original entry on oeis.org

0, 8, 96, 768, 5120, 30720, 172032, 917504, 4718592, 23592960, 115343360, 553648128, 2617245696, 12213813248, 56371445760, 257698037760, 1168231104512, 5257039970304, 23502061043712, 104453604638720, 461794883665920
Offset: 0

Views

Author

Mohammad K. Azarian, Apr 08 2007

Keywords

Crossrefs

Programs

Formula

From R. J. Mathar, Dec 19 2008: (Start)
G.f.: 8*x/(1-4*x)^3.
a(n) = 8*A038845(n-1). (End)
a(n) = 12*a(n-1) -48*a(n-2) +64*a(n-3). - Vincenzo Librandi, Feb 28 2013
E.g.f.: 8*x*(1 + 2*x)*exp(4*x). - G. C. Greubel, May 10 2019
From Amiram Eldar, Jul 20 2020: (Start)
Sum_{n>=1} 1/a(n) = 1 - 3*log(4/3).
Sum_{n>=1} (-1)^(n+1)/a(n) = 5*log(5/4) - 1. (End)