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.

A037334 Numbers whose base-8 and base-9 expansions have the same digit sum.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 120, 121, 122, 123, 124, 125, 176, 177, 178, 179, 234, 235, 236, 237, 238, 239, 288, 289, 290, 291, 292, 293, 294, 295, 344, 345, 346, 347, 348, 349, 350, 459, 460, 461, 462, 463, 568, 569, 570, 571, 572, 573
Offset: 1

Views

Author

Keywords

Examples

			125 is in the sequence because 125 = (1,4,8)_9 = (1,7,5)_8 and 1+4+8 = 1+7+5. 126 is not in the sequence because 126 = (1,5,0)_9 = (1,7,6)_8 but 1+5+0 <> 1+7+6. - _R. J. Mathar_, Jun 30 2021
		

Crossrefs

Formula

{n: A053829(n) = A053830(n)}. - R. J. Mathar, Jun 30 2021