%I #5 Nov 09 2019 12:47:52
%S 41,152,263,33704,43805,53906,64007,74108,84209,94310,104411,114512,
%T 124613,134714,144815,154916,165017,175118,185219,195320,205421,
%U 215522,225623,235724,245825,255926,266027,276128,286229,296330,306431,316532,326633,33367034
%N Concatenation of (3n-2), (3n-1) and 3n divided by 3.
%H Andrew Howroyd, <a href="/A082252/b082252.txt">Table of n, a(n) for n = 1..1000</a>
%e a(5) = 131415/3 = 43805.
%o (PARI) a(n)={fromdigits(concat([digits(3*n-2), digits(3*n-1), digits(3*n)]))/3} \\ _Andrew Howroyd_, Nov 09 2019
%Y Cf. A082251, A082253, A082254, A082255, A082256.
%K base,easy,nonn
%O 1,1
%A _Amarnath Murthy_, Apr 11 2003
%E Terms a(12) and beyond from _Andrew Howroyd_, Nov 09 2019