OFFSET
0,2
COMMENTS
It is conjectured that all integers appear an infinite number of times.
LINKS
Paul D. Hanna, Table of n, a(n) for n = 0..1001
FORMULA
EXAMPLE
G.f.: A(x) = 1 - 3*x - x^2 + 2*x^3 + 3*x^4 + x^5 + x^6 + 6*x^7 +...
where A(x^2) = M(x)*M(-x) and M(x) begins:
M(x) = 1 - x - x^2 - x^4 + x^5 - x^6 + x^9 - x^10 - x^12 + x^13 + x^14 - x^16 +...+ moebius(n+1)*x^n +...
log(A(x)) = -3*x - 11*x^2 - 30*x^3 - 83*x^4 - 243*x^5 - 710*x^6 - 2061*x^7 - 6099*x^8 +...+ -A195589(2*n)*x^n/n +...
Positions of zeros begin:
[8,67,119,161,167,206,207,243,260,263,271,331,339,350,371,407,543,803,...].
Positions of other values of a(n) begin:
+1: [0,5,6,12,54,64,66,84,88,100,101,145,202,210,256,290,309,318,321,...];
-1: [2,13,22,45,77,108,128,138,165,180,216,229,236,348,389,390,418,...];
+2: [3,11,19,27,31,53,79,135,242,360,362,413,548,800,839,...];
-2: [35,43,95,103,123,131,143,152,159,197,235,251,299,324,337,349,...];
+3: [4,20,29,42,76,86,93,102,122,133,142,201,240,326,333,401,518,585,...];
-3: [1,9,25,28,52,68,72,110,166,196,204,234,253,280,340,432,472,653,...];
+4: [24,125,127,147,170,211,269,278,332,459,807,...];
-4: [47,51,99,168,422,538,599,...];
+5: [10,14,16,34,37,121,140,177,308,382,484,520,537,642,645,706,741,...];
-5: [36,73,81,130,173,186,193,217,232,257,302,312,357,373,444,448,...].
PROG
CROSSREFS
KEYWORD
sign
AUTHOR
Paul D. Hanna, Sep 20 2011
STATUS
approved