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.

A242558 a(n) = Sum_{j=0..n} Sum_{i=0..j} L(i)*F(j) where L(i)=A000032(i) and F(j)=A000045(j).

Original entry on oeis.org

0, 3, 9, 29, 80, 220, 588, 1563, 4125, 10857, 28512, 74792, 196040, 513619, 1345281, 3522981, 9224880, 24153636, 63239220, 165569195, 433476725, 1134874513, 2971168704, 7778667024, 20364889680, 53316094755, 139583544633, 365434781933
Offset: 0

Views

Author

J. M. Bergot, May 17 2014

Keywords

Examples

			For n=5, a(n) = F(2*5+3) - F(5+2) - 0 = 233 - 13 = 220.
		

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{4,-2,-6,4,2,-1},{0,3,9,29,80,220},30] (* Harvey P. Dale, Aug 15 2016 *)

Formula

a(n) = A001519(n+2) - A000045(n+2) - A059841(n).
G.f.: -x*(-3+3*x+x^2) / ( (x-1)*(1+x)*(x^2-3*x+1)*(x^2+x-1) ). - R. J. Mathar, May 17 2014