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.

Showing 1-1 of 1 results.

A053887 Squares composed of digits {1,2,8}.

Original entry on oeis.org

1, 81, 121, 8281, 11881, 128881, 11282881, 228281881, 1112822881, 111128222881, 11111282222881, 222128888112121, 228828882122281, 812121128112121, 1111112822222881, 8181222218111881, 111111128222222881, 11111111282222222881, 1111111112822222222881, 2118128181211211281281
Offset: 1

Views

Author

Patrick De Geest, Mar 15 2000

Keywords

Comments

Includes all numbers of the form ((10^k-1)/3 + 26)^2 for k >= 3. - Andrew Howroyd, Sep 28 2024

Crossrefs

Cf. A053886.

Programs

  • Mathematica
    Table[Select[FromDigits/@Tuples[{1,2,8},n],IntegerQ[Sqrt[#]]&],{n,18}]//Flatten (* Harvey P. Dale, Jun 03 2022 *)

Formula

a(n) = A053886(n)^2. - Andrew Howroyd, Oct 18 2024
Showing 1-1 of 1 results.