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.

A196508 a(n) = 2^n*(n^2 - n + 4)-4.

Original entry on oeis.org

0, 4, 20, 76, 252, 764, 2172, 5884, 15356, 38908, 96252, 233468, 557052, 1310716, 3047420, 7012348, 15990780, 36175868, 81264636, 181403644, 402653180, 889192444, 1954545660, 4278190076, 9328132092, 20266876924, 43889197052
Offset: 0

Views

Author

R. J. Mathar, Oct 03 2011

Keywords

References

  • Jolley, Summation of Series, Dover (1961), eq. (46) on page 8.

Programs

Formula

a(n) = 2*2 + 4*4 + 7*8 + 11*16 + 16*32 + ... (n terms of A000124*A000079).
a(n) = 4*A053545(n).
G.f.: 4*x*(1 - 2*x + 2*x^2) / ( (x-1)*(2*x-1)^3 ).