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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075734 Fibonacci numbers F(k) when k is a product of an even number of distinct primes A030229 (mu(k)=1). 0
1, 8, 55, 377, 610, 10946, 17711, 121393, 3524578, 5702887, 9227465, 39088169, 63245986, 1836311903, 20365011074, 139583862445, 365435296162, 591286729879, 4052739537881, 17167680177565, 117669030460994 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

14=2*7 and fibonacci(14)=377, 15=3*5 and fibonacci(15)=610,...

MAPLE

with(combinat, fibonacci): fib_m1dsk := proc(n); if (numtheory[mobius](n)=1) then RETURN(fibonacci(n)); fi; end: seq((fib_m1dsk((i))), i=1..100);

CROSSREFS

Cf. A000045, A030229.

Sequence in context: A013698 A154245 A143420 * A033890 A010924 A010918

Adjacent sequences:  A075731 A075732 A075733 * A075735 A075736 A075737

KEYWORD

easy,nonn

AUTHOR

Jani Melik (jani_melik(AT)hotmail.com), Oct 07 2002

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 17 08:40 EST 2012. Contains 205998 sequences.