OFFSET
1,2
COMMENTS
Conjecture: (i) a(n) > 0 for all n > 0, and a(n) = 1 only for n = 1, 3, 90, 438, 480, 7108.
(ii) Let pen(x) = x*(3x+1)/2. Any natural number can be written as a*f(x)*g(x) + f(y) + g(z) with x, y and z integers, whenever (a,f(x),g(x)) is among the following ordered triples: (1,T(x),x^2), (1,T(x),pen(x)), (1,T(x),x*(5x+1)/2), (1,T(x),x*(5x+3)/2), (1,T(x),x*(3x+j)) (j = 1,2), (1,pen(x),3*T(x)), (1,pen(x),x*(7x+j)/2) (j = 1,3,5), (1,pen(x),x*(4x+1)), (2,T(x),x^2), (2,T(x),pen(x)), (2,T(x),x(5x+j)/2) (j = 1,3), (2,T(x),x*(3x+j)) (j = 1,2), (2,2*T(x),pen(x)), (2,pen(x),x(7x+j)/2) (j = 3,5), (k,x^2,pen(x)) (k = 1,2,3,4,5,8,11).
(iii) Each natural number can be written as P(x,y,z) with x, y and z integers, where P(x,y,z) is either of the following polynomials: T(x)*x(5x+1)/2+T(y)+2*T(z), a*T(x)*pen(x)+pen(y)+pen(z) (a = 1,2,3,4), T(x)*pen(x)+pen(y)+3*pen(z), T(x)*pen(x)+pen(y)+4*pen(z), 2*T(x)*pen(x)+pen(y)+3*pen(z), pen(x)*x(5x+j)/2+pen(y)+3*pen(z) (j = 1,3), x(3x+2)*pen(x)+pen(y)+4*pen(z), pen(x)*x(7x+1)/2+pen(y)+pen(z), pen(x)*x(9x+7)/2+pen(y)+pen(z).
LINKS
Zhi-Wei Sun, Table of n, a(n) for n = 1..10000
Zhi-Wei Sun, Mixed sums of squares and triangular numbers, Acta Arith. 127(2007), 103-113.
Zhi-Wei Sun, On universal sums of polygonal numbers, Sci. China Math. 58(2015), no. 7, 1367-1396.
Zhi-Wei Sun, On universal sums ax^2+by^2+f(z), aT_x+bT_y+f(z) and zT_x+by^2+f(z), preprint, arXiv:1502.03056 [math.NT], 2015.
EXAMPLE
a(1) = 1 since 1 = (-1)^2*T(-1) + 1^2 + T(0).
a(3) = 1 since 3 = 1^2*T(1) + 1^2 + T(1).
a(90) = 1 since 90 = 3^2*T(3) + 6^2 + T(0).
a(438) = 1 since 438 = 4^2*T(4) + 5^2 + T(22).
a(480) = 1 since 480 = 1^2*T(1) + 17^2 + T(19).
a(7108) = 1 since 1^2*T(1) + 69^2 + T(68).
MATHEMATICA
TQ[n_]:=TQ[n]=IntegerQ[Sqrt[8n+1]]
Do[r=0; Do[If[x!=0&&TQ[n-y^2-x^3*(x+1)/2], r=r+1], {y, 1, Sqrt[n]}, {x, -1-Floor[(2(n-y^2))^(1/4)], (2(n-y^2))^(1/4)}]; Print[n, " ", r]; Continue, {n, 1, 90}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Mar 21 2016
STATUS
approved