login
A087408
Multiples of 5 with digits grouped in pairs and leading zeros omitted.
8
51, 1, 52, 2, 53, 3, 54, 4, 55, 5, 56, 6, 57, 7, 58, 8, 59, 9, 51, 0, 10, 51, 10, 11, 51, 20, 12, 51, 30, 13, 51, 40, 14, 51, 50, 15, 51, 60, 16, 51, 70, 17, 51, 80, 18, 51, 90, 19, 52, 0, 20, 52, 10, 21, 52, 20, 22, 52, 30, 23, 52, 40, 24, 52, 50, 25, 52, 60, 26, 52, 70, 27, 52, 80
OFFSET
1,1
MATHEMATICA
FromDigits /@ Partition[ Flatten[ IntegerDigits[ Table[ 5n, {n, 1, 60}]]], 2] (* Robert G. Wilson v *)
KEYWORD
nonn,easy,base
AUTHOR
N. J. A. Sloane, Oct 19 2003
EXTENSIONS
More terms from Ray Chandler, Oct 20 2003
STATUS
approved