OFFSET
1,3
COMMENTS
Is a(n) = 1000*a(n-2) for n > 3? - Charles R Greathouse IV, Sep 20 2012
Subsequence of A046031. - Michel Marcus, May 24 2014
LINKS
Sylvester Smith, A Set of Conjectures on Smarandache Sequences, Bulletin of Pure and Applied Sciences, (Bombay, India), Vol. 15 E (No. 1), 1996, pp. 101-107.
Eric Weisstein's World of Mathematics, Smarandache Sequences
MATHEMATICA
Join[{0}, Select[FromDigits/@(Flatten[Table[PadRight[{d}, n, 0], {n, 30}, {d, {1, 8}}], 1]), IntegerQ[Surd[#, 3]]&]] (* Harvey P. Dale, Dec 03 2021 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
R. Muller
STATUS
approved