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.

A139473 a(n)=((2*Sqrt[2] + 3)^(2^(n - 1) - 1) - (3 - 2*Sqrt[2])^(2^(n - 1) - 1))/(4*Sqrt[2]).

Original entry on oeis.org

0, 1, 35, 40391, 53789260175, 95393218491883573553951, 300027707381709879256191290532493317737977820735
Offset: 1

Views

Author

Artur Jasinski, Apr 22 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Expand[((2*Sqrt[2] + 3)^(2^(n - 1) - 1) - (3 - 2*Sqrt[2])^(2^(n - 1) - 1))/(4*Sqrt[2])], {n, 1, 10}] (*Artur Jasinski*)