|
| |
|
|
A079064
|
|
a(n) is the next available entirely straight or curly number, depending on whether n contains a straight digit or not.
|
|
1
| |
|
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 14, 17, 41, 44, 47, 71, 74, 77, 111, 200, 411, 500, 502, 711, 800, 802, 1111, 2000, 2002, 2003, 4111, 5000, 5002, 7111
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
EXAMPLE
| a(10) must be the first entirely straight number greater than 9, as 1 is straight, therefore a(10)=11. a(20) must be the first entirely curly number greater than 111, therefore a(20)=200.
|
|
|
CROSSREFS
| Sequence in context: A085429 A202940 A082324 * A123176 A017902 A005710
Adjacent sequences: A079061 A079062 A079063 * A079065 A079066 A079067
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Jon Perry (perry(AT)globalnet.co.uk), Feb 02 2003
|
|
|
EXTENSIONS
| Edited by Charles R Greathouse IV (charles.greathouse(AT)case.edu), Aug 02 2010
|
| |
|
|