%I A061086
%S A061086 11,28,327,464,5125,6216,7343,8512,9729,101000,111331,121728,132197,
%T A061086 142744,153375,164096,174913,185832
%N A061086 Concatenate n with n^3.
%D A061086 Felice Russo, A set of Smarandache Functions,sequences and conjectures
in number theory, page 65.
%H A061086 M. L. Perez et al., eds., <a href="http://www.gallup.unm.edu/~smarandache/
">Smarandache Notions Journal</a>
%F A061086 a(n)=n*10^floor(1+log10(n^3))+n^3, with n>=1 [From Paolo P. Lava (ppl(AT)spl.at),
Nov 14 2008]
%e A061086 a(13) =132197, where 2197 = 13^3
%p A061086 P:=proc(i) local a,n; for n from 1 by 1 to i do a:=n*10^floor(evalf(1+log10(n^3),
100))+n^3; print(a); od; end: P(100); [From Paolo P. Lava (ppl(AT)spl.at),
Nov 14 2008]
%Y A061086 Sequence in context: A061952 A140677 A018944 this_sequence A034276 A072711
A005110
%Y A061086 Adjacent sequences: A061083 A061084 A061085 this_sequence A061087 A061088
A061089
%K A061086 nonn,base
%O A061086 0,1
%A A061086 Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 19 2001
|