login
a(n) = [x^n] (2*x^4 + 2*x^3 + 2*x^2 + x + 1)/(x^2 + 1).
1

%I #27 Mar 25 2025 02:31:34

%S 1,1,1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,

%T 1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,

%U 1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1

%N a(n) = [x^n] (2*x^4 + 2*x^3 + 2*x^2 + x + 1)/(x^2 + 1).

%H Madeline Beals-Reid, <a href="https://doi.org/10.46787/pump.v6i0.3549">A Quadratic Relation in the Bernoulli Numbers</a>, The Pump Journal of Undergraduate Research, 6 (2023), 29-39.

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0,-1).

%F Let B(x) = x/(1 - exp(-x)), the e.g.f. of the Bernoulli numbers with B(1) = 1/2.

%F a(n) = signum([x^n] B(x)^2) = signum([x^n] z^2 / (exp(-z) - 1)^2).

%F a(n) = signum([x^n] (x + 1)*B(x) - x*B'(x)).

%F a(n) = A057077(n-3), n>2. - _R. J. Mathar_, Jan 27 2025

%F E.g.f.: x*(2 + x) + cos(x) - sin(x). - _Stefano Spezia_, Jan 27 2025

%p ogf := (2*z^4 + 2*z^3 + 2*z^2 + z + 1)/(z^2 + 1):

%p ser := series(ogf, z, 100): seq(coeff(ser, z, n), n = 0..74);

%Y Cf. A057077, A087960, A266591, A100615.

%K sign,easy

%O 0

%A _Peter Luschny_, Jan 23 2023