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.

A302546 a(n) = Sum_{k = 1...n} 2^binomial(n, k).

Original entry on oeis.org

0, 2, 6, 18, 98, 2114, 1114242, 68723671298, 1180735735906024030722, 170141183460507917357914971986913657858, 7237005577335553223087828975127304179197147198604070555943173844710572689410
Offset: 0

Views

Author

Gus Wiseman, Jun 20 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[2^Binomial[n,d],{d,n}],{n,10}]
  • PARI
    a(n) = sum(k=1, n, 2^binomial(n, k)); \\ Michel Marcus, Jun 21 2018

Formula

a(n) = A001315(n) - 2.