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.

A156296 a(1)=1, a(n) = 2 * Sum_{k=1..n-1} (3^k-1)/2 * a(k) for n>=2.

Original entry on oeis.org

1, 2, 10, 140, 5740, 700280, 255602200, 279628806800, 917462115110800, 9029662136920493600, 266600774592577573540000, 23613897008762965998731960000, 6274708327065504088149055143160000
Offset: 0

Views

Author

Roger L. Bagula, Feb 07 2009

Keywords

Programs

  • Mathematica
    Table[QPochhammer[-1, 3, n+1]/2^(n+1), {n, 0, 15}] (* Vaclav Kotesovec, Mar 24 2017 *)

Formula

a(n) = 2*A015502(n+1) for n>1. - Joe Slater, Mar 23 2017

Extensions

New name from Joerg Arndt, Mar 24 2017