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 A045831 #61 Jul 02 2025 16:01:56 %S A045831 1,1,2,3,1,3,3,3,4,4,2,2,7,3,5,6,2,4,7,3,4,7,5,8,5,4,4,8,5,6,7,2,9,11, %T A045831 3,8,9,4,6,5,7,5,14,7,4,10,5,10,11,3,9,10,5,8,10,4,6,15,8,9,10,6,8,15, %U A045831 6,10,6,5,15,9,6,8,14,8,6,13,5,16,18,7,8,7,9,6,15,6,12,17,5,8,15,7,12 %N A045831 Number of 4-core partitions of n. %C A045831 Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700). %C A045831 Conjecturally Sum_n a(n)q^(8n+5) equals theta series of sodalite. - _Fred Lunnon_, Mar 05 2015 %C A045831 Dickson writes that Liouville proved several related theorems about sums of triangular numbers. - _Michael Somos_, Feb 10 2020 %D A045831 L. E. Dickson, History of the Theory of Numbers. Carnegie Institute Public. 256, Washington, DC, Vol. 1, 1919; Vol. 2, 1920; Vol. 3, 1923, see vol. II, p. 23. %H A045831 Seiichi Manyama, <a href="/A045831/b045831.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..1000 from T. D. Noe) %H A045831 M. Hirschhorn, and J. Sellers, <a href="http://dx.doi.org/10.1006/jnth.1996.0112">Some amazing facts about 4-cores</a>, J. Num. Thy. 60 (1996), 51-69. %H A045831 K. Ono, and L. Sze, <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa80/aa8035.pdf">4-core partitions and class numbers</a>, Acta. Arith. 80 (1997), 249-272. %H A045831 Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a> %H A045831 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a> %F A045831 eta(32*z)^4/eta(8*z) = Sum_{x, y, z} q^(x^2+2*y^2+2*z^2), x, y, z >= 1 and odd. %F A045831 From _Michael Somos_, Mar 24 2003: (Start) %F A045831 Euler transform of period 4 sequence [1, 1, 1, -3, ...]. %F A045831 Expansion of q^(-5/8) * eta(q^4)^4/eta(q) in powers of q. %F A045831 (End) %F A045831 Number of solutions to n=t1+2*t2+2*t3 where t1, t2, t3 are triangular numbers. - _Michael Somos_, Jan 02 2006 %F A045831 G.f.: Product_{k>0} (1-q^(4*k))^4/(1-q^k). %F A045831 Expansion of psi(q) * psi(q^2)^2 in powers of q where psi() is a Ramanujan theta function. - _Michael Somos_, Sep 02 2008 %e A045831 G.f. = 1 + x + 2*x^2 + 3*x^3 + x^4 + 3*x^5 + 3*x^6 + 3*x^7 + 4*x^8 + 4*x^9 + ... %e A045831 G.f. = q^5 + q^13 + 2*q^21 + 3*q^29 + q^37 + 3*q^45 + 3*q^53 + 3*q^61 + 4*q^69 + ... , %e A045831 apparently the theta series of the sodalite net, aka edge-skeleton of space honeycomb by truncated octahedra. - _Fred Lunnon_, Mar 05 2015 %t A045831 QP = QPochhammer; s = QP[q^4]^4/QP[q] + O[q]^100; CoefficientList[s, q] (* _Jean-François Alcover_, Jul 26 2011, updated Nov 29 2015 *) %o A045831 (PARI) %o A045831 {a(n) = my(A); if( n<0, 0, A = x * O(x^n); polcoeff( eta(x^4 + A)^4 / eta(x + A), n))}; /* _Michael Somos_, Mar 24 2003 */ %Y A045831 A004024/4, column t=4 of A175595. %Y A045831 Cf. A286953. %Y A045831 Cf. A008443, A045818, A213624. %K A045831 nonn %O A045831 0,3 %A A045831 _N. J. A. Sloane_ %E A045831 More terms from _James Sellers_, Feb 11 2000