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.

A176923 Squares of A057148 taken as decimal numbers.

Original entry on oeis.org

0, 1, 121, 10201, 12321, 1002001, 1234321, 100020001, 102030201, 121242121, 123454321, 10000200001, 10221412201, 12102420121, 12345654321, 1000002000001, 1002003002001, 1020304030201, 1022325232201, 1210024200121, 1212225222121, 1232346432321, 1234567654321, 100000020000001, 100220141022001
Offset: 1

Views

Author

Jeremy Gardiner, Apr 29 2010

Keywords

Comments

See comment in A057148.

Crossrefs

Programs

  • Python
    def A176923(n):
        if n == 1: return 0
        a = 1<Chai Wah Wu, Jun 10 2024