The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A284964 Numbers with digits 3 and 9 only. 1
3, 9, 33, 39, 93, 99, 333, 339, 393, 399, 933, 939, 993, 999, 3333, 3339, 3393, 3399, 3933, 3939, 3993, 3999, 9333, 9339, 9393, 9399, 9933, 9939, 9993, 9999, 33333, 33339, 33393, 33399, 33933, 33939, 33993, 33999, 39333, 39339, 39393, 39399, 39933, 39939 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms > 3 are composite.
LINKS
FORMULA
a(n) = 3 * A032917(n).
MATHEMATICA
Table[FromDigits/@Tuples[{3, 9}, n], {n, 5}]//Flatten (* Harvey P. Dale, Sep 20 2022 *)
PROG
(Magma) [n: n in [1..100000] | Set(IntegerToSequence(n, 10)) subset {3, 9}]
CROSSREFS
Cf. Numbers with digits 3 and k only for k = 0 - 2 and 4 - 9: A169966 (k = 0), A032917 (k = 1), A032810 (k = 2), A032834 (k = 4), A284379 (k = 5), A284633 (k = 6), A143967 (k = 7), A284963 (k = 8), this sequence (k = 9).
Sequence in context: A297209 A058138 A327808 * A344247 A333770 A281973
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Apr 06 2017
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 June 3 10:43 EDT 2024. Contains 373060 sequences. (Running on oeis4.)