OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
a(5)=4 because there are four fives in the series.
PROG
(PARI) v=List([2, 1, 1]); for(n=3, 50, for(i=1, v[n], listput(v, n))); Vec(v) \\ Charles R Greathouse IV, Apr 11 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
Thomas S. Pedigo, Mar 30 2012
EXTENSIONS
a(21)-a(75) from Charles R Greathouse IV, Apr 11 2012
STATUS
approved