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.

A160909 Row sums of triangle defined in A096539.

Original entry on oeis.org

2, 3, 10, 28, 198, 520, 3570, 9348, 64078, 1149850, 3010348, 54018520, 370248450, 969323028, 6643838878, 119218851370, 2139295485798, 5600748293800, 100501350283428, 688846502588398, 1803423556807920, 32361122672259148
Offset: 1

Views

Author

Klaus Brockhaus, May 29 2009

Keywords

Crossrefs

Programs

  • Magma
    [ &+[ Binomial(n-k, k)+Binomial(n-k-1, k-1): k in [1..n div 2] ]: n in [1..80] | IsPrime(n) ];

Formula

a(n) = A180363(n) - 1. - Jon Maiga, Jul 24 2019