This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A334086 #22 Jul 23 2025 16:01:46 %S A334086 19,82,109,118,145,149,271,280,296,349,350,371,392,454,491,643,670, %T A334086 692,754,755,923,937,986,989,1021,1031,1150,1189,1210,1294,1346,1372, %U A334086 1610,1682,1699,1720,1819,1913,2050,2065,2141,2227,2479,2524,2753,2996,3184,3451,3590,3805,3968,4129,4139,4199,4261,4706 %N A334086 Positive numbers not of the form 2*x^4 + y*(y+1)/2 + z*(z+1)/2 with x,y,z nonnegative integers. %C A334086 Conjecture: The sequence has totally 216 terms as listed in the b-file. %C A334086 As none of the 216 terms in the b-file is divisible by 3, the conjecture implies that for each nonnegative integer n we can write 3*n as 2*x^4 + y*(y+1)/2 + z*(z+1)/2 and hence 12*n+1 = 8*x^4 + (y+z+1)^2 + (y-z)^2, where x,y,z are integers. %C A334086 Our computation indicates that after the 216-th term 4592329 there are no other terms below 10^8. %C A334086 It is known that each n = 0,1,2,... can be written as the sum of two triangular numbers and twice a square. %C A334086 a(217) > 10^9, if it exists. - _Giovanni Resta_, Apr 14 2020 %H A334086 Zhi-Wei Sun, <a href="/A334086/b334086.txt">Table of n, a(n) for n = 1..216</a> %H A334086 Zhi-Wei Sun, <a href="http://dx.doi.org/10.4064/aa127-2-1">Mixed sums of squares and triangular numbers</a>, Acta Arith. 127(2007), 103-113. %H A334086 Zhi-Wei Sun, <a href="http://maths.nju.edu.cn/~zwsun/179b.pdf">New conjectures on representations of integers (I)</a>, Nanjing Univ. J. Math. Biquarterly 34 (2017), no. 2, 97-120. (Cf. Conjecture 1.4(ii).) %e A334086 a(1) = 19 since 19 is the first nonnegative integer which cannot be written as the sum of two triangular numbers and twice a fourth power. %t A334086 TQ[n_]:=TQ[n]=IntegerQ[Sqrt[8n+1]]; %t A334086 tab={};Do[Do[If[TQ[n-2x^4-y(y+1)/2],Goto[aa]],{x,0,(n/2)^(1/4)},{y,0,(Sqrt[4(n-2x^4)+1]-1)/2}];tab=Append[tab,n];Label[aa],{n,0,5000}];Print[tab] %Y A334086 Cf. A000217, A000583, A115160, A290491, A306227, A334113. %K A334086 nonn %O A334086 1,1 %A A334086 _Zhi-Wei Sun_, Apr 14 2020