login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A025549
a(n) = (2n-1)!!/lcm{1,3,5,...,2n-1}.
5
1, 1, 1, 1, 3, 3, 3, 45, 45, 45, 945, 945, 4725, 42525, 42525, 42525, 1403325, 49116375, 49116375, 1915538625, 1915538625, 1915538625, 86199238125, 86199238125, 603394666875, 30773128010625, 30773128010625, 1692522040584375, 96473756313309375, 96473756313309375
OFFSET
1,5
LINKS
FORMULA
a(n) = A001147(n)/A025547(n). - Michel Marcus, Dec 02 2014
MAPLE
seq(doublefactorial(2*n-1)/lcm(seq((2*k-1), k=1..n)), n=1..27) ; # Johannes W. Meijer, Jun 08 2009
MATHEMATICA
L[ {x___} ] := LCM[ x ]; Table[ (2n-1)!!/L[ Range[ 1, 2n-1, 2 ] ], {n, 1, 50} ]
(* Second program: *)
Array[#!!/LCM @@ Range[1, #, 2] &[2 # - 1] &, 30] (* Michael De Vlieger, Feb 19 2019 *)
PROG
(PARI) a(n) = (((2*n)!/n!)/2^n)/lcm(vector(n, i, 2*i-1)); \\ Michel Marcus, Dec 02 2014
CROSSREFS
Not always equal to the second left hand column of A161198 triangle divided by A074599. - Johannes W. Meijer, Jun 08 2009
Cf. A196274 (run lengths of equal terms).
Sequence in context: A346909 A369232 A369014 * A124013 A135584 A174538
KEYWORD
nonn,easy
EXTENSIONS
Description corrected and sequence extended by Erich Friedman
More terms from Michel Marcus, Dec 02 2014
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy