%I #7 Aug 27 2023 10:29:44
%S 11,29,54,88,130,179,237,304,377,459,550,647,753,868,989,1119,1258,
%T 1403,1558,1720,1890,2068,2254,2448,2650,2861,3078,3305,3539,3781,
%U 4031,4290,4555,4830,5112,5402,5701,6007,6321,6643,6974,7311,7658,8012,8374,8745,9123
%N a(n) = floor(4*n^2 + 7*n - sqrt(n)*log(n)) - floor(n/3).
%H K. Banerjee and M. G. Dastidar, <a href="https://doi.org/10.35011/risc.22-20">Inequalities for the partition function arising from truncated theta series</a>, RISC Report Series No. 22-20, 2023. See p. 5, 2nd table.
%t Table[Floor[4n^2+7n-Sqrt[n]Log[n]]-Floor[n/3],{n,47}]
%Y Cf. A002264, A325433, A364891, A364893.
%K nonn
%O 1,1
%A _Stefano Spezia_, Aug 12 2023