A045574 Numbers that are still numbers when turned upside down (uses only digits 0, 1, 6, 8, 9 with no final 0's).
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
Links
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
Comments