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!)
A020331 Numbers whose base-3 representation is the juxtaposition of two identical strings. 8
4, 8, 30, 40, 50, 60, 70, 80, 252, 280, 308, 336, 364, 392, 420, 448, 476, 504, 532, 560, 588, 616, 644, 672, 700, 728, 2214, 2296, 2378, 2460, 2542, 2624, 2706, 2788, 2870, 2952, 3034, 3116, 3198, 3280, 3362, 3444, 3526, 3608, 3690, 3772, 3854, 3936, 4018 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = n*3^floor(log_3(n)+1) + n. - Ilya Gutkovskiy, Jan 26 2018
EXAMPLE
50_10 = 1212_3. - Jon E. Schoenfield, Feb 11 2021
MATHEMATICA
b3iQ[n_]:=Module[{idn3=IntegerDigits[n, 3], len}, len=Length[idn3]; EvenQ[ len] && Take[idn3, len/2]==Take[idn3, -len/2 ]]; Select[Range[5000], b3iQ] (* Harvey P. Dale, Feb 08 2015 *)
a[n_] := n + n*3^Floor[Log[3, n] + 1]; Array[a, 50] (* Amiram Eldar, Apr 06 2021 *)
CROSSREFS
Sequence in context: A256456 A270522 A317583 * A248476 A082595 A262154
KEYWORD
nonn,base
AUTHOR
David W. Wilson, Melia Aldridge (ma38(AT)spruce.evansville.edu)
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 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)