A321329 One third of the numerators of a Boas-Buck sequence for the triangular Sheffer matrix S2[3,1] = A282629.
1, 1, 0, -3, 0, 9, 0, -81, 0, 81, 0, -167913, 0, 2187, 0, -23731137, 0, 287811387, 0, -10310604939, 0, 13761310401, 0, -125613568885131, 0, 3146863577139, 0, -5409187422305481, 0, 8241860346410471769
Offset: 0
Examples
The rationals beta begin: {3/2, 3/4, 0, -9/80, 0, 27/1120, 0, -243/44800, 0, 243/197120, 0, -503739/1793792000, 0, 6561/102502400, 0, -71193411/4879114240000, 0, 863434161/259568877568000, 0, -30931814817/40789395046400000, 0, ...}.
Programs
-
Mathematica
a[n_] := Numerator[(-3)^(n+1)*BernoulliB[n+1]/(n+1)!/3]; Array[a, 30, 0] (* Amiram Eldar, Nov 15 2018 *)
Comments