login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A238087 A129779(n+2)/A006954(n). 2
-1, 1, -1, 1, -5, 63, -315, 99, -675675, 135135, -1640925, 83329155, -4583103525, 5791834125, -71152682225625, 14230536445125, -26797763435625, 24833960277501375, -73881031825566590625, 8546099690638125, -106610328924292590271875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
In A129779 or A097801 there is no mention of a link with the Bernoulli numbers.
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.
LINKS
FORMULA
a(n+2) = -A004193(n+1)/A000367(n+1).
EXAMPLE
a(0) = -1/1, a(1) = 2/2, a(2) = -6/6, a(3) = 30/30, a(4) = -210/42 =-5.
MATHEMATICA
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 *)
CROSSREFS
Cf. A000466.
Sequence in context: A111387 A067129 A209117 * A063079 A362786 A222376
KEYWORD
sign
AUTHOR
Paul Curtz, Feb 24 2014
EXTENSIONS
More terms from Jean-François Alcover, Feb 24 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)