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.

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

Original entry on oeis.org

2, 4, 10, 16, 210, 52, 10764, 160, 840, 484, 78225840, 1456, 5729631692400, 4372, 932723933480442148565520, 13120, 202096081896183783466278120, 39364, 1505075187143521116689096930825555405884185492185368021027531191578186233461600
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}]