login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054433 Numbers formed by interpreting the reduced residue set of every even number as a Zeckendorf Expansion. 4
1, 4, 9, 33, 80, 174, 588, 1596, 3135, 9950, 28512, 56268, 196040, 496496, 888300, 3524577, 9224880, 18118362, 63239220, 150527400, 310190454, 1129200138, 2971168704, 5834056536, 18513646430, 53213956640, 104687896833 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = A054433_as_sum(2*n)

MAPLE

with(combinat, fibonacci); # one_or_zero given at A054431.

A054433_as_sum := proc(n) local i; RETURN(add((one_or_zero(igcd(n, i))*fibonacci(i+1)), i=1..(n-1))); end;

CROSSREFS

Cf. A054432, A048757, A051258, A063683.

Sequence in context: A076966 A048757 A173659 * A096531 A149121 A149122

Adjacent sequences:  A054430 A054431 A054432 * A054434 A054435 A054436

KEYWORD

nonn

AUTHOR

Antti Karttunen

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:19 EST 2012. Contains 205675 sequences.