[go: up one dir, main page]

login
A087410
Multiples of 8 with digits grouped in pairs and leading zeros omitted.
8
81, 62, 43, 24, 4, 85, 66, 47, 28, 8, 89, 61, 4, 11, 21, 20, 12, 81, 36, 14, 41, 52, 16, 1, 68, 17, 61, 84, 19, 22, 0, 20, 82, 16, 22, 42, 32, 24, 2, 48, 25, 62, 64, 27, 22, 80, 28, 82, 96, 30, 43, 12, 32, 3, 28, 33, 63, 44, 35, 23, 60, 36, 83, 76, 38, 43, 92, 40, 4, 8, 41, 64, 24
OFFSET
1,1
MATHEMATICA
FromDigits /@ Partition[ Flatten[ IntegerDigits[ Table[ 8n, {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