|
| |
|
|
A061086
|
|
Concatenate n with n^3.
|
|
1
| |
|
|
11, 28, 327, 464, 5125, 6216, 7343, 8512, 9729, 101000, 111331, 121728, 132197, 142744, 153375, 164096, 174913, 185832
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
REFERENCES
| Felice Russo, A set of Smarandache Functions,sequences and conjectures in number theory, page 65.
|
|
|
LINKS
| M. L. Perez et al., eds., Smarandache Notions Journal
|
|
|
FORMULA
| a(n)=n*10^floor(1+log10(n^3))+n^3, with n>=1 [From Paolo P. Lava (paoloplava(AT)gmail.com), Nov 14 2008]
|
|
|
EXAMPLE
| a(13) =132197, where 2197 = 13^3
|
|
|
MAPLE
| 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 (paoloplava(AT)gmail.com), Nov 14 2008]
|
|
|
CROSSREFS
| Sequence in context: A061952 A140677 A018944 * A034276 A196357 A196360
Adjacent sequences: A061083 A061084 A061085 * A061087 A061088 A061089
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 19 2001
|
| |
|
|