login

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”).

A043061
(s(n)+4)/7, where s(n)=n-th base 7 palindrome that starts with 3.
0
1, 4, 22, 23, 24, 25, 26, 27, 28, 148, 156, 164, 172, 180, 188, 196, 1030, 1037, 1044, 1051, 1058, 1065, 1072, 1080, 1087, 1094, 1101, 1108, 1115, 1122, 1130, 1137, 1144, 1151, 1158, 1165, 1172, 1180, 1187, 1194, 1201, 1208
OFFSET
1,2
MATHEMATICA
b7p3Q[n_]:=Module[{idn7=IntegerDigits[n, 7]}, idn7[[1]]==3&&idn7 == Reverse[ idn7]]; (#+4)/7&/@Select[Range[10000], b7p3Q] (* Harvey P. Dale, Apr 27 2020 *)
CROSSREFS
Sequence in context: A121006 A268924 A185866 * A009925 A059653 A022385
KEYWORD
nonn,base
STATUS
approved