editing
approved
editing
approved
a(n) is the index of the n-th zero in A259179, ; i.e. A259179( a(n) ) = 0. - Hartmut F. W. Hoft, Aug 07 2020
proposed
editing
editing
proposed
a299482[153] (* data - __Hartmut F. W. Hoft_, Aug 07 2020 *)
proposed
editing
editing
proposed
a(n) is the index of the n-th zero in A259179, i.e. A259179( a(n) ) = 0. - Hartmut F. W. Hoft, Aug 07 2020
a240542[n_] := Sum[(-1)^(k+1)*Ceiling[(n+1)/k - (k+1)/2], {k, 1, Floor[(Sqrt[8n+1]-1)/2]}]
a299482[n_] := Module[{t=Table[0, n], k=1, d=1}, While[d<=n, t[[d]]+=1; d=a240542[++k]]; Flatten[Position[t, 0]]]
a299482[153] (* data - Hartmut F. W. Hoft, Aug 07 2020 *)
approved
editing
proposed
approved
editing
proposed
Numbers m such that in the diagram of the symmetric representation of sigma(k) described in A237593 there is no Dyck path that contains the point (m,m), where both k is a and m are positive integerintegers.
proposed
editing
editing
proposed