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!)
A101979 Antidiagonal sums of A101309, which is the matrix logarithm of A047999 (Pascal's triangle mod 2). 3
0, 1, 1, 0, 2, 1, 1, 0, 2, 1, 3, 0, 2, 1, 1, 0, 2, 1, 3, 0, 4, 1, 3, 0, 2, 1, 3, 0, 2, 1, 1, 0, 2, 1, 3, 0, 4, 1, 3, 0, 4, 1, 5, 0, 4, 1, 3, 0, 2, 1, 3, 0, 4, 1, 3, 0, 2, 1, 3, 0, 2, 1, 1, 0, 2, 1, 3, 0, 4, 1, 3, 0, 4, 1, 5, 0, 4, 1, 3, 0, 4, 1, 5, 0, 6, 1, 5, 0, 4, 1, 5, 0, 4, 1, 3, 0, 2, 1, 3, 0, 4, 1, 3, 0, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Partial sums at positions 2^m-1 = m*2^(m-2) for m>=2.
LINKS
EXAMPLE
Partial sums at 2^m-1 are:
at 2^2-1 (m=2): 0+1+1+0 = 2 = 2*2^(2-2),
at 2^3-1 (m=3): 0+1+1+0+2+1+1+0 = 6 = 3*2^(3-2),
at 2^4-1 (m=4): 0+1+1+0+2+1+1+0+2+1+3+0+2+1+1+0 = 16 = 4*2^(4-2).
PROG
(PARI) {a(n)=sum(k=0, (n-1)\2, if(bitxor(n-k, k)==2^valuation(bitxor(n-k, k), 2), 1, 0))}
CROSSREFS
Sequence in context: A230121 A029375 A071462 * A369241 A308061 A339448
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 23 2004
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 April 16 11:35 EDT 2024. Contains 371711 sequences. (Running on oeis4.)