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”).
%I #3 Mar 31 2012 13:46:52
%S 1,5,6,7,8,10,15,20,25,26,30,31,32,33,34,35,36,37,38,39,40,41,42,43,
%T 44,45,50,51,52,53,55,60,65,70,75,80,85,90,95,100,105,110,115,120,125,
%U 130,131,132,133,134,135,140,145,150,151,155,156,157,158,159,160,161,162
%N Self-describing sequence. The n-th integer of the sequence indicates how many integers of the sequence are strictly < 5n.
%C Terms computed by Gilles Sadowski. In building step by step the sequence one has sometimes the choice for an integer. If so take the smallest available one.
%e A(7)=15 because there are 15 integers in the sequence which are strictly < 35 (they are 1,5,6,7,8,10,15,20,25,26,30,31,32,33,34)
%K base,easy,nonn
%O 1,2
%A _Eric Angelini_, Feb 01 2006