|
| |
|
|
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
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| FromDigits /@ Partition[ Flatten[ IntegerDigits[ Table[ 8n, {n, 1, 60}]]], 2] (from Robert G. Wilson v)
|
|
|
CROSSREFS
| Cf. A008590, A059805, A087406, A060936, A087407, A087408, A087409, A087075, A087411.
Sequence in context: A143756 A206150 A206143 * A090292 A177842 A075691
Adjacent sequences: A087407 A087408 A087409 * A087411 A087412 A087413
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Oct 19 2003
|
|
|
EXTENSIONS
| More terms from Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 20 2003
|
| |
|
|