|
|
A121026
|
|
Multiples of 6 containing a 6 in their decimal representation.
|
|
33
|
|
|
6, 36, 60, 66, 96, 126, 156, 162, 168, 186, 216, 246, 264, 276, 306, 336, 360, 366, 396, 426, 456, 462, 468, 486, 516, 546, 564, 576, 600, 606, 612, 618, 624, 630, 636, 642, 648, 654, 660, 666, 672, 678, 684, 690, 696, 726, 756, 762, 768, 786, 816, 846, 864
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Table of n, a(n) for n=1..53.
Index entries for 10-automatic sequences.
|
|
FORMULA
|
a(n) ~ 6n. - Charles R Greathouse IV, Feb 12 2017
|
|
MATHEMATICA
|
Select[6*Range[200], DigitCount[#, 10, 6]>0&] (* Harvey P. Dale, Jan 07 2021 *)
|
|
PROG
|
(PARI) is(n)=n%6==0 && setsearch(Set(digits(n)), 6) \\ Charles R Greathouse IV, Feb 12 2017
|
|
CROSSREFS
|
Intersection of A008588 and A011536.
Cf. A121041, A011531, A121022, A121023, A121024, A121025, A121027, A121028, A121029, A121030, A121031, A121032, A121033, A121034, A121035, A121036, A121037, A121038, A121039, A121040.
Sequence in context: A047792 A178909 A206982 * A207694 A208496 A207584
Adjacent sequences: A121023 A121024 A121025 * A121027 A121028 A121029
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Reinhard Zumkeller, Jul 21 2006
|
|
EXTENSIONS
|
Corrected by T. D. Noe, Oct 25 2006
Typo in comment fixed by Reinhard Zumkeller, May 01 2011
|
|
STATUS
|
approved
|
|
|
|