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 A099059 #26 Jan 10 2025 04:34:55 %S A099059 1,252,4830,-16744,-113643,534612,-577738,1217160,-6905934,10661420, %T A099059 -4219488,18643272,-25499225,-73279080,128406630,-52843168,134722224, %U A099059 -80873520,-182213314,-145589976,308120442,-17125708,-548895690,2687348496,-1696965207,-1740295368,-1596055698 %N A099059 The odd bisection of A000594. %H A099059 Seiichi Manyama, <a href="/A099059/b099059.txt">Table of n, a(n) for n = 0..10000</a> %H A099059 Mathew Rogers, <a href="https://arxiv.org/abs/1210.1942">Identities for the Ramanujan zeta function</a>, arXiv:1210.1942 [math.NT], 2012-2013. See page 3 Lemma 1. %F A099059 Expansion of (F(q) - F(-q)) / 2 = F(q) + 24*F(q^2) + 2048*F(q^4) in powers of q^2 where F() is the g.f. of A000594. - _Michael Somos_, Apr 17 2015 %F A099059 a(n) = A000594(2*n + 1). - _Michael Somos_, Apr 17 2015 %e A099059 G.f. = 1 + 252*x + 4830*x^2 - 16744*x^3 - 113643*x^4 + 534612*x^5 + ... %e A099059 G.f. = q + 252*q^3 + 4830*q^5 - 16744*q^7 - 113643*q^9 + 534612*q^11 + ... %t A099059 a[ n_] := SeriesCoefficient[ q QPochhammer[q]^24, {q, 0, 2 n + 1}]; (* _Michael Somos_, Apr 17 2015 *) %t A099059 a[n_] := RamanujanTau[2*n+1]; Array[a, 30, 0] (* _Amiram Eldar_, Jan 10 2025 *) %o A099059 (PARI) {a(n) = if( n<0, 0, n = 2*n+1; polcoeff( x * eta(x + x * O(x^n))^24, n))}; /* _Michael Somos_, Apr 17 2015 */ %Y A099059 Cf. A000594, A099060. %K A099059 sign %O A099059 0,2 %A A099059 _N. J. A. Sloane_, Nov 15 2004 %E A099059 More terms from _Joshua Zucker_, May 15 2006