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.

Previous Showing 11-11 of 11 results.

A077634 LCM of terms in periodic part of continued fraction expansion of square root of 1+3^n.

Original entry on oeis.org

2, 6, 30, 18, 90, 54, 106260, 162, 26040, 486, 341725784400, 1458, 6564164506066423389173040, 4374, 177815552218920, 13122, 2998833665484118393000638135815684490471025925316000, 39366
Offset: 1

Views

Author

Labos Elemer, Nov 13 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Apply[LCM, Last[ContinuedFraction[Sqrt[1+3^u]]]], {u, 1, 25}]
Previous Showing 11-11 of 11 results.