Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A048631
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A048631 Xfactorials - like factorials but use carryless GF(2)[ X ] polynomial multiplication. +0
5
1, 1, 2, 6, 24, 120, 272, 1904, 15232, 124800, 848640, 7507200, 39738368, 433441792, 2589116416, 30419859456, 486717751296, 8128101580800, 132557598294016, 1971862458400768, 30421253686034432, 512675443057623040 (list; graph; listen)
OFFSET

0,3

COMMENT

In formula X stands for the multiplication in a ring of GF(2)[ X ] polynomials

FORMULA

a(0) = 1, a(n) = n X a(n-1) (See the Maple function Xfactorial given below).

MAPLE

Xfactorial := proc(n); if(0 = n) then RETURN(1); else RETURN(Xmult(n, Xfactorial(n-1))); fi; end;

Xmult := proc(n, m) option remember; if(0 = n) then RETURN(0); else RETURN(XORnos(((n mod 2)*m), Xmult(floor(n/2), m*2))); fi; end;

CROSSREFS

Cf. A000142, A048720, A048632, A061922.

Sequence in context: A066616 A083267 A130480 this_sequence A062348 A072856 A070946

Adjacent sequences: A048628 A048629 A048630 this_sequence A048632 A048633 A048634

KEYWORD

easy,nonn

AUTHOR

Antti Karttunen

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 6 19:58 EST 2009. Contains 170429 sequences.


AT&T Labs Research