Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099030
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099030 Number of tone-rows in n-tone music. +0
2
1, 3, 8, 38, 192, 1320, 10176, 91296, 908160, 9985920, 119761920, 1556847360, 21794734080, 326920043520, 5230700052480, 88921882828800, 1600593472880640, 30411275613143040, 608225502973132800, 12772735554075033600 (list; graph; listen)
OFFSET

3,2

LINKS

Herman Jamke (hermanjamke(AT)fastmail.fm), Nov 08 2006, Table of n, a(n) for n = 3..38

H. Fripertinger, Enumeration in musical theory

FORMULA

(1/4) [(n-1)!+(n-1)!! ] if n odd, (1/4) [(n-1)!+(n/2+1)(n-2)!! ] if even.

PROGRAM

(PARI) doubfact(n)=if(n<2, 1, n*doubfact(n-2)); for(n=3, 50, if(n%2==1, print1(((n-1)!+doubfact(n-1))/4, ", "), print1(((n-1)!+(n/2+1)*doubfact(n-2))/4, ", "))) - Herman Jamke (hermanjamke(AT)fastmail.fm), Nov 02 2006

CROSSREFS

Apart from initial terms, same as A089066. - Raymond L. Jerome (raymondjerome(AT)hotmail.com), Feb 25 2005

Sequence in context: A123981 A123985 A089066 this_sequence A106558 A065914 A108262

Adjacent sequences: A099027 A099028 A099029 this_sequence A099031 A099032 A099033

KEYWORD

nonn,easy

AUTHOR

Ralf Stephan, Sep 27 2004

EXTENSIONS

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Nov 02 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research