login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131981 Number of early bird numbers <= n. 4
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 8, 9, 9, 10, 10, 10, 10, 10, 10, 11, 12, 13, 14, 14, 15, 15, 15, 15, 15, 16, 17, 18, 19, 20, 20, 21, 21, 21, 21, 22, 23, 24, 25, 26, 27, 27, 28, 28, 28, 29, 30, 31, 32 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,21
COMMENTS
a(n) = number of k such that A116700(k) <= n; a(n) = n - number of k such that A131881(k) <= n.
A131982 gives numbers n such that a(n) = n/2, or numbers n such that (number of k such that A116700(k) <= n) = (number of k such that A131881(k) <= n).
LINKS
EXAMPLE
There are two early bird numbers <= 21, viz. 12 and 21, hence a(21) = 2.
PROG
(JBASIC)
s$ = "" : d = 0
FOR n = 1 TO 84
sn$ = str$(n)
IF instr(s$, sn$) > 0 THEN d = d+1
s$ = s$ + sn$ : print d ; ", ";
NEXT
CROSSREFS
Cf. A116700 (early bird numbers), A131881 (complement of A116700), A132133 (number of n-digit terms of 131881), A105390 (number of Rollman numbers <= n), A131982 (numbers n such that A131981(n) = n/2).
Sequence in context: A280617 A072375 A340500 * A257244 A130147 A345377
KEYWORD
nonn,base
AUTHOR
Klaus Brockhaus, Aug 15 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)