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.

A097421 a(n) = (5^(2^n) - 1)/2^(n+2).

Original entry on oeis.org

1, 3, 39, 12207, 2384185791, 181898940354585647583, 2117582368135750847670806251699104905128479, 573971850987445072250359637315549647372395291392620860111695169081258427468128502368927
Offset: 0

Views

Author

Lekraj Beedassy, Aug 21 2004

Keywords

Crossrefs

Cf. A070632.

Programs

  • Mathematica
    Table[(5^(2^n)-1)/2^(n+2),{n,0,10}] (* Harvey P. Dale, Aug 07 2025 *)