Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099894
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099894 XOR BINOMIAL transform of A038712. +0
2
1, 2, 0, 4, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 (list; graph; listen)
OFFSET

0,2

COMMENT

See A099884 for the definitions of the XOR BINOMIAL transform and the XOR difference triangle.

FORMULA

a(2^n) = 2^(n+1) for n>0, with a(0)=1, and a(k)=0 otherwise. a(n) = SumXOR_{i=0..n} (C(n, i)mod 2)*A038712(n-i) and SumXOR is summation under XOR.

EXAMPLE

XOR difference triangle of A038712 begins:

[1],

[3,2],

[1,2,0],

[7,6,4,4],

[1,6,0,4,0],

[3,2,4,4,0,0],

[1,2,0,4,0,0,0],

[15,14,12,12,8,8,8,8],...

where A038712 is in the left-most column and A099894 (this sequence) forms the main diagonal.

PROGRAM

(PARI) {a(n)=local(B); B=0; for(i=0, n, B=bitxor(B, binomial(n, i)%2*A038712(n-i) )); B}

CROSSREFS

Cf. A099884, A038712, A099895.

Cf. A048298. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 02 2008]

Sequence in context: A135433 A104774 A087263 this_sequence A048298 A123565 A081120

Adjacent sequences: A099891 A099892 A099893 this_sequence A099895 A099896 A099897

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 29 2004

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 November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research