|
|
A087406
|
|
Multiples of 2 with digits grouped in pairs and leading zeros omitted.
|
|
8
|
|
|
24, 68, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 10, 1, 2, 10, 41, 6, 10, 81, 10, 11, 21, 14, 11, 61, 18, 12, 1, 22, 12, 41, 26, 12, 81, 30
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Table of n, a(n) for n=1..71.
|
|
MATHEMATICA
|
FromDigits /@ Partition[ Flatten[ IntegerDigits[ Table[ 2n, {n, 1, 65}]]], 2] (* Robert G. Wilson v *)
FromDigits/@Partition[Flatten[IntegerDigits/@(2*Range[80])], 2] (* Harvey P. Dale, Apr 22 2022 *)
|
|
CROSSREFS
|
Cf. A005843, A059805, A060936, A087407, A087408, A087409, A087075, A087410, A087411.
Sequence in context: A043154 A039331 A043934 * A319972 A304157 A051876
Adjacent sequences: A087403 A087404 A087405 * A087407 A087408 A087409
|
|
KEYWORD
|
nonn,easy,base
|
|
AUTHOR
|
N. J. A. Sloane, Oct 19 2003
|
|
EXTENSIONS
|
More terms from Ray Chandler, Oct 20 2003
|
|
STATUS
|
approved
|
|
|
|