Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A050613
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A050613 Products of distinct terms of 1 and rest from A001566: a(n) = Product(L(2^i)^bit(n,i),i=0..[log2(n+1)]). +0
6
1, 1, 3, 3, 7, 7, 21, 21, 47, 47, 141, 141, 329, 329, 987, 987, 2207, 2207, 6621, 6621, 15449, 15449, 46347, 46347, 103729, 103729, 311187, 311187, 726103, 726103, 2178309, 2178309, 4870847, 4870847, 14612541, 14612541, 34095929, 34095929 (list; graph; listen)
OFFSET

0,3

COMMENT

Used to produce the rows of A050609.

Also Sum(((C(2((n+((n+1) mod 2)) mod (2^[log2(n)])),i) mod 2)*F(n+((n+1) mod 2)-i)),i=0..2((n+((n+1) mod 2)) mod (2^[log2(n)]))) or Sum(((C(2((n-(n mod 2)) mod (2^[log2(n)])),i) mod 2)*L(n-(n mod 2)-i)),i=0..2((n-(n mod 2)) mod (2^[log2(n)]))) for all n > 1. Here F(n) and L(n) are n-th Fibonacci (A000045) and Lucas (A000032) numbers respectively.

LINKS

A. Karttunen, On Pascal's Triangle Modulo 2 in Fibonacci Representation, Fibonacci Quarterly, 42 (2004), 38-46.

MAPLE

with(combinat); A050613 := n -> product('luc(2^i)^bit_i(n, i)', 'i'=0..floor_log_2(n+1));

luc := n -> (fibonacci(n-1)+fibonacci(n+1));

bit_i := (n, i) -> `mod`(floor(n/(2^i)), 2);

floor_log_2 := proc(n) local nn, i; nn := n; for i from -1 to n do if(0 = nn) then RETURN(i); fi; nn := floor(nn/2); od; end;

CROSSREFS

Bisection: A050614.

Sequence in context: A147236 A146599 A107222 this_sequence A145940 A147103 A003133

Adjacent sequences: A050610 A050611 A050612 this_sequence A050614 A050615 A050616

KEYWORD

nonn

AUTHOR

Antti Karttunen Dec 02 1999

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research