The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A214867 Quotients of (first) primorial numbers and denominators of Bernoulli numbers B 0, B 1, B 2, B 4, B 6,... . 0
1, 1, 1, 1, 5, 77, 455, 187, 1616615, 437437, 8107385, 607759061, 53773464745, 111446982977, 2180460221945005, 706769865044243, 2275461421392965, 3770118333635711057, 19548063559901161830545, 4094603218587147211, 92990138354449826827902565 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
a(2*n+4) is divisible by 5 (because A006954(n+2)=6,30,42,30,... is divisible by A165734(n)=period of length 2: repeat 6,30).
LINKS
FORMULA
a(n) = A002110(n)/A006954(n).
EXAMPLE
a(0) = 1/1, a(1)= 2/2, a(2) = 6/6, a(3) = 30/30, a(4) =210/42=5.
By product (see A080092):
1,
1,
1,
1,
5,
7 * 11,
5 * 7 *13,
11 * 17,
5 * 7 *11 *13 *17 *19,
7 * 11 *13 *19 *23,
5 * 11 *13 *17 *23 *29,
7 * 13 *17 *19 *23 *29 *31,
5 * 7 *11 *13 *17 *19 *29 *31 *37.
MATHEMATICA
a[n_] := Product[ Prime[k], {k, 1, n}] / Denominator[ BernoulliB[2*n-2] ]; a[0] = a[1] = 1; Table[a[n], {n, 0, 20}] (* Jean-François Alcover, Mar 15 2013 *)
CROSSREFS
Sequence in context: A001513 A028556 A364713 * A330999 A331000 A039753
KEYWORD
nonn
AUTHOR
Paul Curtz, Mar 10 2013
EXTENSIONS
More terms from Jean-François Alcover, Mar 15 2013
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 May 25 17:59 EDT 2024. Contains 372804 sequences. (Running on oeis4.)