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!)
A069267 a(n) = (2^(n-1)/(2n)!)*Product_{k=1..n} q(k) where q(n) is the denominator of B(2n), the 2n-th Bernoulli number. 0
3, 15, 42, 45, 66, 2730, 180, 765, 3990, 6930, 4140, 40950, 756, 1740, 57288, 58905, 630, 1919190, 16380, 284130, 595980, 434700, 118440, 4873050, 262548, 314820, 175560, 99180, 21240, 681440760, 2162160, 546975, 16504110, 217350, 421740 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Lim_{n->inf} a(n)^(1/n) = 1.
LINKS
PROG
(PARI) a(n) = (2^(n-1)/(2*n)!)*prod(k=1, n, denominator(bernfrac(2*k))); \\ Michel Marcus, Jan 04 2021
CROSSREFS
Cf. A002445.
Sequence in context: A096742 A012256 A012222 * A348411 A059270 A219085
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 14 2002
EXTENSIONS
Name edited by Michel Marcus, Jan 04 2021
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 June 4 16:55 EDT 2024. Contains 373101 sequences. (Running on oeis4.)