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!)
A331269 a(n) is the greatest divisor v of A331220(n) such that the ternary representations of v and of A331220(n)/v have the same number of digits d for d = 0..2. 3
1, 2, 3, 4, 5, 7, 6, 7, 8, 9, 10, 12, 11, 12, 15, 13, 14, 19, 16, 15, 21, 16, 19, 17, 22, 21, 18, 22, 19, 23, 21, 20, 25, 21, 24, 22, 23, 25, 24, 25, 26, 27, 28, 30, 29, 30, 33, 31, 36, 32, 36, 34, 33, 37, 34, 39, 38, 35, 38, 36, 45, 42, 37, 42, 39, 38, 46, 45 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) * A331268(n) = A331220(n).
PROG
(PARI) b=3; k=68; for (n=1, oo, fordiv (n, u, if (vecsort(digits(u, b))==vecsort(digits(v=n/u, b)), print1 (v", "); break (if (k--, 1, 2)))))
CROSSREFS
Sequence in context: A071180 A031225 A085729 * A073907 A131424 A336285
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Jan 13 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)