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!)
A014884 n is equal to the number of 1's in all numbers <= n written in base 9. 1
1, 102772, 102773, 102774, 102775, 102776, 102777, 102778, 102779, 102780, 142155, 142156, 737002, 737003, 737004, 737005, 737006, 737007, 737008, 737009, 737010, 1594323, 1594324, 1697095, 1697096, 1697097, 1697098 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
T:= 0: R:= NULL:
for n from 1 to 6*10^6 do
T:= T + numboccur(1, convert(n, base, 9));
if T = n then R:= R, n fi
od:
R; # Robert Israel, Dec 01 2020
CROSSREFS
Cf. A014778.
Sequence in context: A081463 A321149 A323604 * A015330 A250704 A250941
KEYWORD
nonn,base,fini,full
AUTHOR
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 September 5 12:22 EDT 2024. Contains 375696 sequences. (Running on oeis4.)