login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A050615
Products of distinct terms of Fibonacci(2^(i+2)): a(n) = Product_{i=0..floor(log_2(n+1))} F(2^(i+2))^bit(n,i).
1
1, 3, 21, 63, 987, 2961, 20727, 62181, 2178309, 6534927, 45744489, 137233467, 2149990983, 6449972949, 45149810643, 135449431929, 10610209857723, 31830629573169, 222814407012183, 668443221036549, 10472277129572601
OFFSET
0,2
MAPLE
distinct_fib_products := n -> product('fib(2^(i+2))^bit_i(n, i)', 'i'=0..floor_log_2(n+1));
CROSSREFS
Sequence in context: A328042 A331082 A117984 * A145658 A342548 A188667
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 02 1999
STATUS
approved