%I A108773
%S A108773 0,11,22,33,44,55,66,77,88,99,101,112,123,134,145,156,167,178,189,1910,
%T A108773 202,213,224,235,246,257,268,279,2810,2911,303,314,325,336,347,358,369,
%U A108773 3710,3811,3912,404,415,426,437,448,459,4610,4711,4812,4913,505,516,527
%N A108773 Concatenation of n and the sum of the digits of n.
%C A108773 A136614(n) = A007953(a(n)) = A007953(A136613(n)). - Reinhard Zumkeller
( reinhard.zumkeller(AT)gmail.com), Jan 13 2008
%H A108773 R. Zumkeller, <a href="b108773.txt">Table of n, a(n) for n = 0..10000</
a>
%t A108773 f[n_] := FromDigits[ Join[ IntegerDigits[n], IntegerDigits[Plus @@ IntegerDigits[n]]]];
Table[ f[n], {n, 0, 52}] (from Robert G. Wilson v (rgwv(AT)rgwv.com),
Jun 28 2005)
%Y A108773 Cf. A108203, A062028, A064806.
%Y A108773 Cf. A007953.
%Y A108773 Sequence in context: A064544 A083967 A108203 this_sequence A109052 A044896
A048841
%Y A108773 Adjacent sequences: A108770 A108771 A108772 this_sequence A108774 A108775
A108776
%K A108773 base,nonn
%O A108773 0,2
%A A108773 N. J. A. Sloane (njas(AT)research.att.com), Jun 26 2005
%E A108773 More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 28 2005
|