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.

A027470 a(n) = 225*(n-1)*(n-2)/2.

Original entry on oeis.org

225, 675, 1350, 2250, 3375, 4725, 6300, 8100, 10125, 12375, 14850, 17550, 20475, 23625, 27000, 30600, 34425, 38475, 42750, 47250, 51975, 56925, 62100, 67500, 73125, 78975, 85050, 91350, 97875, 104625, 111600, 118800, 126225
Offset: 3

Views

Author

Keywords

Crossrefs

Third diagonal of A027467.

Programs

Formula

Numerators of sequence a[n,n-2] in (a[i,j])^4 where a[i,j] = binomial(i-1, j-1)/2^(i-1) if j<=i, 0 if j>i.
G.f.: 225*(1 - 3*x + 3*x^2)/(1 - x)^3. - Vincenzo Librandi, Dec 29 2012
a(3)=225, a(4)=675, a(5)=1350, a(n) = 3*a(n-1) -3*a(n-2) +a(n-3). - Harvey P. Dale, Feb 01 2013