Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131217
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131217 Triangular sequence of a Gray code type made from the Pascal's triangle modulo 2 as b(n,m)=Mod[binomial[n,m],2]:A047999: a(n,m)=Mod[b(n,m)+b(n,m+1),2]. +0
1
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1 (list; table; graph; listen)
OFFSET

1,1

COMMENT

An XOR of the sequence terms of A047999 is the algorithm.

FORMULA

b(n,m)=Mod[binomial[n,m],2]: a(n,m)=Mod[b(n,m)+b(n,m+1),2]

EXAMPLE

{1},

{1, 1},

{1, 1, 1},

{1, 1, 1, 1},

{1, 1, 0, 0, 1},

{1, 1, 0, 0, 1, 1},

{1, 1, 1, 0, 1, 0, 1},

{1, 1, 1, 1, 1, 1, 1, 1},

{1, 1, 0, 0, 0, 0, 0, 0, 1},

{1, 1, 0, 0, 0, 0, 0, 0, 1, 1},

{1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1}

MATHEMATICA

a = Table[Table[Mod[Binomial[n, m], 2], {m, 0, 10}], {n, 0, 10}]; b = Table[Table[If[m <= n && m > 1, Mod[a[[n, m]] + a[[n, m + 1]], 2], 1], {m, 0, n}], {n, 0, 10}]; Flatten[b]

CROSSREFS

Cf. A047999, A122944.

Sequence in context: A014295 A103447 A089829 this_sequence A105567 A114213 A108358

Adjacent sequences: A131214 A131215 A131216 this_sequence A131218 A131219 A131220

KEYWORD

nonn,uned,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Sep 27 2007

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 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research