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.

A255851 Number of n-digit squares which remain squares if every digit is decreased by 1 (cf. A061844).

Original entry on oeis.org

1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 34, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0
Offset: 1

Views

Author

M. F. Hasler, Mar 10 2015

Keywords

Comments

Counts the occurrences of n in A255850.

Crossrefs

Programs

  • PARI
    a(n,A=A255850)=sum(i=1,#A,A[i]==n)

Extensions

Corrected a(30) and more terms calculated from A061844 by Lars Blomberg, Aug 21 2016
Showing 1-1 of 1 results.