login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A172432
Duplicate of A098952.
0
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 26
OFFSET
0,3
PROG
(Liberty Basic)DO:x$ = STR$(a):l = LEN(x$):m = a MOD l:IF m = 0 THEN PRINT a:a = a + 1:LOOP UNTIL Inkey$ <> "":END
CROSSREFS
Sequence in context: A190760 A067036 A119823 * A317622 A331400 A375756
KEYWORD
dead
STATUS
approved