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.

A045574 Numbers that are still numbers when turned upside down (uses only digits 0, 1, 6, 8, 9 with no final 0's).

Original entry on oeis.org

0, 1, 6, 8, 9, 11, 16, 18, 19, 61, 66, 68, 69, 81, 86, 88, 89, 91, 96, 98, 99, 101, 106, 108, 109, 111, 116, 118, 119, 161, 166, 168, 169, 181, 186, 188, 189, 191, 196, 198, 199, 601, 606, 608, 609, 611, 616, 618, 619, 661, 666, 668, 669, 681, 686, 688, 689, 691, 696, 698, 699
Offset: 1

Views

Author

Keywords

Comments

"No final 0's" means that the rotated number should not have leading zeros; the single digit of the number 0 itself is not considered as such.

Crossrefs

Programs

  • PARI
    is_A045574(n)=n%10 & !setminus(Set(Vec(Str(n))),Vec("01689")) || !n  \\ M. F. Hasler, May 04 2012

Extensions

More terms from Michel Marcus, Dec 27 2020