A060936 Multiples of 3 with digits grouped in pairs and leading zeros omitted.
36, 91, 21, 51, 82, 12, 42, 73, 3, 33, 63, 94, 24, 54, 85, 15, 45, 76, 6, 36, 66, 97, 27, 57, 88, 18, 48, 79, 9, 39, 69, 91, 2, 10, 51, 8, 11, 11, 14, 11, 71, 20, 12, 31, 26, 12, 91, 32, 13, 51, 38, 14, 11, 44, 14, 71, 50, 15, 31, 56, 15, 91, 62, 16, 51, 68, 17, 11, 74
Offset: 1
References
- Norman Sullivan, Test Your Own IQ, Workman Publishing Co., New York, NY, 1994, pp. 54, 57.
Programs
-
Mathematica
FromDigits /@ Partition[ Flatten[ IntegerDigits[ Table[ 3n, {n, 1, 60}]]], 2] (* Robert G. Wilson v *)
Extensions
More terms from Larry Reeves (larryr(AT)acm.org), May 07 2001
Offset changed to 1 by Georg Fischer, Dec 25 2022