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.

A068531 a(n) = (3^(2^n) - 1)/2^(n + 2).

Original entry on oeis.org

1, 5, 205, 672605, 14476720225405, 13412827423017626893194723005, 23027704253395670256876704807446325518902757016163752166205, 135750441774555403090761510536778616322479346492704236319926586357457102177506285098634540189560165548644204629442284605
Offset: 1

Views

Author

Benoit Cloitre, Mar 22 2002

Keywords

Comments

Every element of this sequence is an odd number (see link). - Graeme McRae, Jan 12 2005

Crossrefs

Cf. A090129.

Programs

  • Mathematica
    a[n_] := (3^(2^n) - 1)/2^(n + 2); Array[a, 8] (* Amiram Eldar, May 07 2025 *)