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”).
%I #8 Jun 22 2022 10:52:55
%S 4,7,10,15,18,23,26,31,34,37,40,45,48,53,56,59,62,67,70,75,78,81,84,
%T 89,92,97,100,105,108,113,116,119,122,127,130,135,138,141,144,149,152,
%U 157,160,165,168,173,176,179,182,187,190,195,198
%N a(n) = greatest k such that s(k) = n, where s = A026370.
%C Complement of A026371. See A187422 and A026371. [_Clark Kimberling_, Mar 10 2011]
%t (See A026371.)
%Y Cf. A026370, A026371, A187422.
%K nonn
%O 1,1
%A _Clark Kimberling_