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!)
A129915 Triangular sequence of when integers are of the form: factorial[n]=a(n)*2^m ;Sequence dividing the powers of two out of factorials. 0
1, 1, 1, 2, 3, 6, 3, 6, 12, 24, 15, 30, 60, 120, 45, 90, 180, 360, 720, 315, 630, 1260, 2520, 5040, 315, 630, 1260, 2520, 5040, 10080, 20160, 40320, 2835, 5670, 11340, 22680, 45360, 90720, 181440, 362880, 14175, 28350, 56700, 113400, 226800, 453600 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
A music scale like way of looking at symmetric and alternating group dimensions. Row sum is ( not in OEIS): Table[Apply[Plus, Reverse[Flatten[Table[If[IntegerQ[n!/2^m], n!/2^m, {}], {m, 0, n}]]]], {n, 0, 10}] {1, 1, 3, 9, 45, 225, 1395, 9765, 80325, 722925, 7243425} Also predicts a first row (minimum) sequence A049606: {1,1,3,3,15,45,315,315,2835,14175}
LINKS
FORMULA
t(n,m) = If Integer( n!/2^m)
EXAMPLE
{1},
{1},
{1, 2},
{3, 6},
{3, 6, 12, 24},
{15, 30, 60, 120},
{45, 90, 180,360, 720},
{315, 630, 1260, 2520, 5040},
{315, 630, 1260, 2520, 5040, 10080, 20160, 40320}
MATHEMATICA
f[n_, m_] := If[IntegerQ[n!/2^m], n!/2^m, {}]; a = Table[Reverse[Flatten[Table[If[IntegerQ[n!/2^m], n!/2^m, {}], {m, 0, n}]]], {n, 0, 10}]; Flatten[a]
CROSSREFS
Sequence in context: A245499 A323642 A193898 * A019773 A350728 A109536
KEYWORD
nonn,uned,tabl
AUTHOR
Roger L. Bagula, Jun 05 2007
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 12 05:37 EDT 2024. Contains 372431 sequences. (Running on oeis4.)