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!)
A063683 Integers formed from the reduced residue sets of even numbers and Fibonacci numbers. 2
1, 3, 6, 21, 50, 108, 364, 987, 1938, 6150, 17622, 34776, 121160, 306852, 549000, 2178309, 5701290, 11197764, 39083988, 93031050, 191708244, 697884066, 1836283246, 3605645232, 11442062750, 32888033880, 64700678454 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(2n) = L(2n)*a(n), where L(2n) is the 2n-th Lucas number = A000032(2n).
LINKS
FORMULA
a(n) = Sum_{i | gcd(i, 2n)=1} Fib(i) (where Fib(i) = A000045[i])
EXAMPLE
The reduced residue set of 2*6 = 12 is {1,5,7,11}, thus a(6) = F_1 + F_5 + F_7 + F_11 = 108.
MAPLE
A063683 := [seq(A063683_as_sum(2*n), n=1..101)]; A063683_as_sum := proc(n) local i; RETURN(add((one_or_zero(igcd(n, i))*fibonacci(i)), i=1..(n-1))); end; Yours, Antti Karttunen
CROSSREFS
Sequence in context: A094282 A124493 A136331 * A200380 A354017 A151396
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 31 2001
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)