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.

A135760 Least number in A001764 divisible by 3^n: a(n) = A001764(3^n-1).

Original entry on oeis.org

1, 3, 43263, 6568517413771094628, 748787983804424579516665098357127267955239740580277791815018327
Offset: 0

Views

Author

Paul D. Hanna, Dec 02 2007

Keywords

Comments

Only numbers in A001764 not divisible by 3 are: A001764((3^n-1)/2) for n>=0.

Crossrefs

Programs

  • Mathematica
    Table[Binomial[3^(n + 1) - 3, 3^n - 1]/(2*3^n - 1), {n,0,10}] (* G. C. Greubel, Nov 07 2016 *)
  • PARI
    a(n)=binomial(3^(n+1)-3,3^n-1)/(2*3^n-1)

Formula

a(n) = C(3^(n+1)-3, 3^n-1) / (2*3^n-1).