OFFSET
1,1
REFERENCES
Amarnath Murthy, A note on the Smarandache nn^m generalized sequence (to be published).
Felice Russo, A set of Smarandache Functions,sequences and conjectures in number theory, page 65.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1000
FORMULA
a(n) = {n concatenated with n^3}/n.
EXAMPLE
a(9) = 1081 = 9729/9, where 929 = 9^3.
PROG
(PARI) a(n)={fromdigits(concat(digits(n), digits(n^3)))/n} \\ Andrew Howroyd, Nov 09 2019
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, Apr 19 2001
EXTENSIONS
Terms a(12) and beyond from Andrew Howroyd, Nov 09 2019
STATUS
approved