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.

A133136 Powers of 3 written backwards and sorted.

Original entry on oeis.org

1, 3, 9, 18, 72, 342, 927, 1656, 7812, 38691, 94095, 144135, 741771, 3234951, 9692874, 12764034, 70984341, 361041921, 984024783, 1044876843, 7641622611, 30235306401, 72887134149, 90695018313, 184635924282, 344906882748
Offset: 1

Views

Author

Jonathan Vos Post, Sep 21 2007

Keywords

Comments

This is to A000244 as A034906 is to A000079.

Crossrefs

Programs

  • Mathematica
    Sort[IntegerReverse[3^Range[0,30]]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Oct 10 2016 *)