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!)
A023061 k and 2k are anagrams in base 5 (written in base 5). 1
13, 130, 143, 1300, 1313, 1430, 1443, 13000, 13013, 13130, 13143, 14300, 14313, 14430, 14443, 102342, 103242, 120234, 120324, 130000, 130013, 130130, 130143, 131300, 131313, 131430, 131443, 143000, 143013, 143130, 143143, 144300, 144313 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
From Robert Israel, Aug 08 2018: (Start)
The concatenation of two terms is a term.
If a*10^m + b is a term, where b < (2/9)*10^m, then a*10^k+b is a term for all k > m. (End)
LINKS
MAPLE
f:= proc(n) local L, M;
L:= convert(n, base, 5);
M:= convert(2*n, base, 5);
if sort(L) = sort(M) then add(L[i]*10^(i-1), i=1..nops(L)) else NULL fi
end proc:
map(f, [$1..10000]); # Robert Israel, Aug 08 2018
CROSSREFS
Sequence in context: A227749 A016162 A155623 * A255495 A121033 A006100
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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)