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!)
A045084 Numbers whose base-4 representation contains exactly four 0's and three 3's. 1
12303, 12339, 12348, 12483, 12492, 12528, 13059, 13068, 13104, 13248, 15363, 15372, 15408, 15552, 16128, 16447, 16591, 16627, 16636, 17167, 17203, 17212, 17347, 17356, 17392, 19471, 19507, 19516, 19651, 19660 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
Res:= NULL:
for d from 7 to 8 do
for i from 0 to d-7 do
L:= [0$4, 3$3, 1$i, 2$(d-7-i)];
P:= remove(t -> t[-1]=0, combinat:-permute(L));
Res:= Res, op(map(t -> add(t[i]*4^(i-1), i=1..d), P));
od od:
sort([Res]); # Robert Israel, Feb 27 2018
CROSSREFS
Cf. A007090.
Sequence in context: A205359 A061745 A251776 * A250856 A242716 A077186
KEYWORD
nonn,base
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)