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.

A079286 a(n) = (3^n)! - (2^n)!.

Original entry on oeis.org

0, 4, 362856, 10888869450418352160767959680
Offset: 0

Views

Author

Cino Hilliard, Feb 08 2003

Keywords

Comments

Sum_{n>0} 1/a(n) = 0.25000275591...
The next term is too large to include.
The next term (a(4)) has 121 digits. - Harvey P. Dale, Jan 10 2024

Crossrefs

Programs

  • Mathematica
    Table[(3^n)!-(2^n)!,{n,0,4}] (* Harvey P. Dale, Jan 10 2024 *)
  • PARI
    atonfact(n) = {for(x=0, n, y = (3^x)!-(2^x)!; print1(y, ", "));}

Formula

a(n) = A079288(n) - A000722(n). - Michel Marcus, Jul 08 2024