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 #21 Nov 19 2022 10:58:47
%S 16,18,68,76,80,89,90,93,105,109,123,143,168,286,322,366,405,448,493,
%T 494,540,541,543,591,593,646,702,770,826,832,891,893,897,960,962,966,
%U 1032,1034,1039,1110,1112,1117,1193,1195,1200,1279,1281,1286,1367,1369,1374,1459,1461,1466,1554,1556
%N Numbers k such that A030717(k) = 5.
%H Michael De Vlieger, <a href="/A358423/b358423.txt">Table of n, a(n) for n = 1..8044</a> (first 1000 term by Seiichi Manyama)
%H Michael De Vlieger, <a href="/A358423/a358423.png">Plot a(s(j) + k - 1) at (j,k)</a> for j = 1..512 and s = partial sums of A030719, showing a(m) = 5 in red, a(m) = 1 in medium blue for reference, and other values of a(m) in light blue
%t t = {{1}}; Do[AppendTo[t, BinCounts[#, {1, Max[#] + 1}] &[Flatten[t]]], {44}]; Position[DeleteCases[Flatten[t], 0], 5][[All, 1]] (* _Michael De Vlieger_, Nov 15 2022, after _Peter J. C. Moses_ at A030717 *)
%Y Cf. A030723, A030724, A030725, A030726, A358424, A358425.
%Y Cf. A030717.
%K nonn
%O 1,1
%A _Seiichi Manyama_, Nov 15 2022