Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075149
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075149 Sum_{i=0..2*A053645(n)} (C(2*A053645(n),i) mod 2)*A000045(n-i) [where C(r,c) is the binomial coefficient (A007318) and A000045(n) is the n-th Fibonacci number).]. +0
2
0, 1, 1, 3, 3, 7, 9, 21, 21, 47, 63, 141, 147, 329, 441, 987, 987, 2207, 2961, 6621, 6909, 15449, 20727, 46347, 46389, 103729, 139167, 311187, 324723, 726103, 974169, 2178309, 2178309, 4870847, 6534927, 14612541, 15248163, 34095929, 45744489 (list; graph; listen)
OFFSET

0,4

LINKS

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

MAPLE

with(combinat); [seq(A075149(n, n=0..50)]; A075149 := n -> add((binomial(2*r(n), i) mod 2)*fibonacci(n-i), i=0..2*r(n));

r := n -> n - 2^floor_log_2(n);

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 gives A050614.

Sequence in context: A122012 A056295 A117525 this_sequence A013915 A136445 A052989

Adjacent sequences: A075146 A075147 A075148 this_sequence A075150 A075151 A075152

KEYWORD

nonn

AUTHOR

Antti Karttunen Sep 05 2002

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