OFFSET
0,6
COMMENTS
This is a version of the van der Corput sequence in base 10.
REFERENCES
Crandall, Richard; Pomerance, Carl. Prime numbers. A computational perspective. Springer-Verlag, New York, 2001. xvi+545 pp. ISBN: 0-387-94777-9 MR1821158 (2002a:11007). See pp. 373-374.
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10004
MAPLE
See A234577.
MATHEMATICA
Flatten[Array[{0, Reverse[IntegerDigits[#]]} &, 50, 0]] (* Paolo Xausa, Mar 19 2024 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Dec 29 2013
STATUS
approved