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.

A036688 Number of distinct n-digit suffixes of base-10 squares not containing the digit 0.

Original entry on oeis.org

5, 18, 119, 698, 5449, 41735, 359207, 3085197, 27434602, 243921771, 2188569304, 19636586858
Offset: 1

Views

Author

Keywords

Examples

			Any square ends with one of [ 0 ], 1, 4, 5, 6, 9, so a(1) = 5.
a(3) = A000993(3) - a(2) - #{100, 104, 201, 204, 209, 304, 400, 401, 404, 409, 500, 504, 600, 601, 604, 609, 704, 801, 804, 809, 900, 904} = 159 - 18 - 22 = 119, cf. A122986. - _Reinhard Zumkeller_, Mar 21 2010
		

Crossrefs

Cf. A036788.

Programs

Extensions

Explanation and more terms from David W. Wilson
a(11)-a(12) from Bert Dobbelaere, Mar 10 2021