-1393
domain: Z
Appears in sequences
- a(n) = -2*a(n-1) + a(n-2) for n>1, a(0)=1, a(1)=-1.at n=9A123335
- List of triples (r,s,t): the matrix M = [[1,4,4][1,3,2][1,2,1]] is raised to successive negative powers, then (r,s,t) are the square roots of M[3,1], M[1,1], M[1,3] respectively.at n=25A249577
- Expansion of f(-x^3) * f(-x^6) / (f(x) * f(-x^4)) in powers of x where f() is a Ramanujan theta function.at n=21A261252
- Expansion of 1/(1 + x/(1 + x^8/(1 + x^27/(1 + x^64/(1 + x^125/(1 + ... + x^(k^3)/(1 + ...))))))), a continued fraction.at n=56A291169
- Expansion of 1/(1 - Sum_{k>=1} mu(k)*x^k), where mu() is the Moebius function (A008683).at n=25A300663
- Expansion of Sum_{k>=0} x^(k^2) / Product_{j=1..k} (1 + j*x^j).at n=26A306707
- Irregular triangular array read by rows: row n shows the coefficients of this polynomial of degree n: (1/n!)*(numerator of n-th derivative of (1+x)/(x^2-3x+1)).at n=28A328647