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 A053253 #65 Jan 08 2025 09:27:15 %S A053253 1,2,3,4,6,8,10,14,18,22,29,36,44,56,68,82,101,122,146,176,210,248, %T A053253 296,350,410,484,566,660,772,896,1038,1204,1391,1602,1846,2120,2428, %U A053253 2784,3182,3628,4138,4708,5347,6072,6880,7784,8804,9940,11208,12630 %N A053253 Coefficients of the '3rd-order' mock theta function omega(q). %C A053253 Empirical: a(n) is the number of integer partitions mu of 2n+1 such that the diagram of mu has an odd number of cells in each row and in each column. - _John M. Campbell_, Apr 24 2020 %C A053253 From _Gus Wiseman_, Jun 26 2022: (Start) %C A053253 By Campbell's conjecture above that a(n) is the number of partitions of 2n+1 with all odd parts and all odd conjugate parts, the a(0) = 1 through a(5) = 8 partitions are (B = 11): %C A053253 (1) (3) (5) (7) (9) (B) %C A053253 (111) (311) (511) (333) (533) %C A053253 (11111) (31111) (711) (911) %C A053253 (1111111) (51111) (33311) %C A053253 (3111111) (71111) %C A053253 (111111111) (5111111) %C A053253 (311111111) %C A053253 (11111111111) %C A053253 These partitions are ranked by A352143. (End) %D A053253 Srinivasa Ramanujan, The Lost Notebook and Other Unpublished Papers, Narosa Publishing House, New Delhi, 1988, pp. 15, 17, 31. %H A053253 Vaclav Kotesovec, <a href="/A053253/b053253.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..1000 from Seiichi Manyama) %H A053253 Steven Charlton, <a href="https://arxiv.org/abs/2412.17459">Explicit linear dependence congruence relations for the partition function modulo 4</a>, arXiv:2412.17459 [math.NT], 2024. See p. 3. %H A053253 Leila A. Dragonette, <a href="http://dx.doi.org/10.1090/S0002-9947-1952-0049927-8">Some asymptotic formulas for the mock theta series of Ramanujan</a>, Trans. Amer. Math. Soc., 72 (1952) 474-500. %H A053253 John F. R. Duncan, Michael J. Griffin and Ken Ono, <a href="http://arxiv.org/abs/1503.01472">Proof of the Umbral Moonshine Conjecture</a>, arXiv:1503.01472 [math.RT], 2015. %H A053253 George N. Watson, <a href="https://doi.org/10.1112/jlms/s1-11.1.55">The final problem: an account of the mock theta functions</a>, J. London Math. Soc., 11 (1936) 55-80. %F A053253 G.f.: omega(q) = Sum_{n>=0} q^(2*n*(n+1))/((1-q)*(1-q^3)*...*(1-q^(2*n+1)))^2. %F A053253 G.f.: Sum_{k>=0} x^k/((1-x)(1-x^3)...(1-x^(2k+1))). - _Michael Somos_, Aug 18 2006 %F A053253 G.f.: (1 - G(0))/(1-x) where G(k) = 1 - 1/(1-x^(2*k+1))/(1-x/(x-1/G(k+1) )); (continued fraction). - _Sergei N. Gladkovskii_, Jan 18 2013 %F A053253 a(n) ~ exp(Pi*sqrt(n/3)) / (4*sqrt(n)). - _Vaclav Kotesovec_, Jun 10 2019 %F A053253 Conjectural g.f.: 1/(1 - x)*( 1 + Sum_{n >= 0} x^(3*n+1) /((1 - x)*(1 - x^3)*...*(1 - x^(2*n+1))) ). - _Peter Bala_, Nov 18 2024 %t A053253 Series[Sum[q^(2n(n+1))/Product[1-q^(2k+1), {k, 0, n}]^2, {n, 0, 6}], {q, 0, 100}] %o A053253 (PARI) {a(n)=local(A); if(n<0, 0, A=1+x*O(x^n); polcoeff( sum(k=0, (sqrtint(2*n+1)-1)\2, A*=(x^(4*k)/(1-x^(2*k+1))^2 +x*O(x^(n-2*(k^2-k))))), n))} /* _Michael Somos_, Aug 18 2006 */ %o A053253 (PARI) {a(n)=local(A); if(n<0, 0, n++; A=1+x*O(x^n); polcoeff( sum(k=0, n-1, A*=(x/(1-x^(2*k+1)) +x*O(x^(n-k)))), n))} /* _Michael Somos_, Aug 18 2006 */ %Y A053253 Other '3rd-order' mock theta functions are at A000025, A053250, A053251, A053252, A053254, A053255, A261401. %Y A053253 Cf. A095913(n)=a(n-3). %Y A053253 Cf. A259094. %Y A053253 Conjectured to count the partitions ranked by A352143. %Y A053253 A069911 = strict partitions w/ all odd parts, ranked by A258116. %Y A053253 A078408 = partitions w/ all odd parts, ranked by A066208. %Y A053253 A117958 = partitions w/ all odd parts and multiplicities, ranked by A352142. %Y A053253 Cf. A000009, A000290, A000701, A035363 (complement A086543), A035444, A035457, A045931, A055922, A258117. %K A053253 nonn,easy %O A053253 0,2 %A A053253 _Dean Hickerson_, Dec 19 1999