cp's OEIS Frontend

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.

A238087 A129779(n+2)/A006954(n).

This page as a plain text file.
%I A238087 #33 Feb 26 2014 14:44:40
%S A238087 -1,1,-1,1,-5,63,-315,99,-675675,135135,-1640925,83329155,-4583103525,
%T A238087 5791834125,-71152682225625,14230536445125,-26797763435625,
%U A238087 24833960277501375,-73881031825566590625,8546099690638125,-106610328924292590271875
%N A238087 A129779(n+2)/A006954(n).
%C A238087 In A129779 or A097801 there is no mention of a link with the Bernoulli numbers.
%C A238087 It appears that a(n+6) is divisible by 4*(n+4)^2-1 and that the sum of the digits of a(n+5) is a multiple of 9.
%H A238087 Vincenzo Librandi, <a href="/A238087/b238087.txt">Table of n, a(n) for n = 0..200</a>
%F A238087 a(n+2) = -A004193(n+1)/A000367(n+1).
%e A238087 a(0) = -1/1, a(1) = 2/2, a(2) = -6/6, a(3) = 30/30, a(4) = -210/42 =-5.
%t A238087 a[0] = -1; a[1] = 1; a[n_] := (-1)^(n+1)*(2*n)!/(2^(n-1)*n!*Denominator[BernoulliB[2*n-2]]); Table[a[n], {n, 0, 20}] (* _Jean-François Alcover_, Feb 24 2014 *)
%Y A238087 Cf. A000466.
%K A238087 sign
%O A238087 0,5
%A A238087 _Paul Curtz_, Feb 24 2014
%E A238087 More terms from _Jean-François Alcover_, Feb 24 2014