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 A374098 #19 Aug 02 2024 13:31:34 %S A374098 1,1,4,1,16,9,64,25,256,121,1024,441,4096,1849,16384,7225,65536,29241, %T A374098 262144,116281,1048576,466489,4194304,1863225,16777216,7458361, %U A374098 67108864,29822521,268435456,119311929,1073741824,477204025,4294967296,1908903481,17179869184 %N A374098 a(n) = A112387(n)^2. %H A374098 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (0,3,0,6,0,-8). %F A374098 a(2*n) = A000302(n); a(2*n+1) = A139818(n+1). %F A374098 (a(2*n) + a(2*n-1))^2 = A084175(n+1)^2 + 16*A003683(n)^2, for n >= 1. - _Thomas Scheuerle_, Jun 28 2024 %F A374098 G.f. ( 1+x+x^2-2*x^3-2*x^4 ) / ( (x-1)*(2*x+1)*(2*x-1)*(1+x)*(2*x^2+1) ). - _R. J. Mathar_, Aug 02 2024 %t A374098 LinearRecurrence[{0, 3, 0, 6, 0, -8}, {1, 1, 4, 1, 16, 9}, 35] (* _Amiram Eldar_, Jul 01 2024 *) %Y A374098 Cf. A000302, A003683, A084175, A112387, A139818. %K A374098 nonn,easy %O A374098 0,3 %A A374098 _Paul Curtz_, Jun 28 2024