editing
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
editing
approved
a(n)=s(n)/8, where s=A033005(n)/8.
Numbers which, written in base 49, have only digits 0 through 6 and no two adjacent digits equal. - M. F. Hasler, Feb 03 2014
(PARI) is_A043311(n)=(n=[n])&&!until(!n[1], ((n=divrem(n[1], 49))[2]<7 && n[1]%7!=n[2])||return) \\ M. F. Hasler, Feb 03 2014
approved
editing
Clark Kimberling (ck6(AT)evansville.edu)
nonn,base,new
Clark Kimberling, (ck6(AT)evansville.edu)
a(n)=s(n)/8, where s=A043296.
1, 2, 3, 4, 5, 6, 49, 51, 52, 53, 54, 55, 98, 99, 101, 102, 103, 104, 147, 148, 149, 151, 152, 153, 196, 197, 198, 199, 201, 202, 245, 246, 247, 248, 249, 251, 294, 295, 296, 297, 298, 299, 2402, 2403, 2404, 2405, 2406, 2407, 2499
1,2
nonn,base
Clark Kimberling, ck6@cedar.evansville.edu
approved