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 A214264 #18 Feb 16 2025 08:33:18 %S A214264 1,0,0,1,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1, %T A214264 0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0, %U A214264 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 %N A214264 Expansion of f(x^3, x^5) in powers of x where f() is Ramanujan's two-variable theta function. %C A214264 Ramanujan theta functions: f(q) (see A121373), phi(q) (A000122), psi(q) (A010054), chi(q) (A000700). %H A214264 G. C. Greubel, <a href="/A214264/b214264.txt">Table of n, a(n) for n = 0..1000</a> %H A214264 Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>, 2019. %H A214264 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/RamanujanThetaFunctions.html">Ramanujan Theta Functions</a>. %F A214264 Euler transform of period 16 sequence [ 0, 0, 1, 0, 1, -1, 0, -1, 0, -1, 1, 0, 1, 0, 0, -1, ...]. %F A214264 G.f.: Sum_{k} x^(((8*k + 1)^2 - 1) / 16). %F A214264 Characteristic function of A074378. a(n) = 1 if and only if n is in A074378. %F A214264 a(n) = A010054(2*n). %F A214264 Sum_{k=1..n} a(k) ~ sqrt(n). - _Amiram Eldar_, Jan 13 2024 %e A214264 1 + x^3 + x^5 + x^14 + x^18 + x^33 + x^39 + x^60 + x^68 + x^95 + x^105 + %e A214264 q + q^49 + q^81 + q^225 + q^289 + q^529 + q^625 + q^961 + q^1089 + ... %t A214264 f[x_, y_]:= QPochhammer[-x, x*y]*QPochhammer[-y, x*y]*QPochhammer[x*y, x*y]; A214264[n_] := SeriesCoefficient[f[x^3, x^5], {x, 0, n}]; Table[A214264[n], {n, 0, 50}] (* _G. C. Greubel_, Dec 03 2017 *) %o A214264 (PARI) {a(n) = issquare( 16*n + 1)} %Y A214264 Cf. A010054, A047522, A074378. %Y A214264 Cf. A000122, A000700, A121373. %K A214264 nonn %O A214264 0,1 %A A214264 _Michael Somos_, Jul 09 2012