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!)
A032944 Numbers whose base-9 representation Sum_{i=0..m} d(i)*9^(m-i) has d(i)=0 for all odd i. 1
1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 27, 36, 45, 54, 63, 72, 81, 82, 83, 84, 85, 86, 87, 88, 89, 162, 163, 164, 165, 166, 167, 168, 169, 170, 243, 244, 245, 246, 247, 248, 249, 250, 251, 324, 325, 326, 327, 328, 329, 330, 331, 332, 405, 406 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
b:= 9:
f:= proc(n, j) local L, m;
L:= convert(n, base, b);
m:= nops(L);
j*add(L[i+1]*b^(2*i), i=0..m-1)
end proc:
seq(seq(seq(f(n, j), n=b^k..b^(k+1)-1), j=[1, b]), k=0..2); # Robert Israel, Nov 16 2020
CROSSREFS
Cf. A007095 (numbers in base 9).
Sequence in context: A023791 A067043 A108690 * A273736 A048409 A066565
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Definition corrected by Robert Israel, Nov 16 2020
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)