OFFSET
1,1
LINKS
Ray Chandler, Table of n, a(n) for n = 1..10000
FORMULA
a(n) = A008919(n)/99.
EXAMPLE
From M. F. Hasler, Oct 17 2022: (Start)
Written in rows, where each row has terms of given length and given digit set (either no 2 or no 1), the sequence starts:
row | terms
------+------------------------------------
1 | 11
2 | 22
3 | 111
4 | 222
5 | 1111
6 | 2222
7 | 11111
8 | 22222
9 | 110011, 111111
10 | 220022, 222222
PROG
(PARI) A061852_row(n)=A061851_row(n\/2+1)*(2-n%2) \\ Note: This refers to rows as defined in EXAMPLE, while A061851_row gives the n-digit terms. - M. F. Hasler, Oct 17 2022
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Henry Bottomley, May 10 2001
STATUS
approved