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.

A023397 In base 10, if any power of 2 ends with k 2's and 3's, they must be the first k terms of this sequence in reverse order.

Original entry on oeis.org

2, 3, 2, 3, 2, 2, 2, 3, 2, 3, 2, 3, 3, 2, 3, 3, 3, 3, 3, 3, 2, 3, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 2, 3, 3, 2, 3, 3, 3, 3, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 2, 3, 2, 2, 3, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 3, 2, 3, 3, 3, 2, 2, 3, 3, 3, 2, 3, 3, 3, 2, 2, 2, 2, 2, 3, 2, 2, 3, 3, 3, 2, 3, 2, 3, 3, 2, 3, 2, 3, 3, 2, 2, 2, 2, 2, 3, 2
Offset: 1

Views

Author

Keywords

Examples

			No power of 2 ends with 3, so the first term is 2.
No power of 2 is == 22 (mod 100), since 4 does not divide 22, so the next term is 3 (and 4 does divide 32).
No power of 2 is == 332 (mod 1000), since 8 does not divide 332, so the next term is 2 (and 8 does divide 232). And so on.
		

Crossrefs