login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A075735
Squarefree Fibonacci numbers with an even number of prime factors (mu(n)=1).
3
1, 1, 21, 34, 55, 377, 4181, 6765, 17711, 121393, 196418, 317811, 1346269, 2178309, 5702887, 102334155, 165580141, 32951280099, 53316291173, 139583862445, 956722026041, 2504730781961, 10610209857723, 308061521170129
OFFSET
1,3
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..505 (terms 1..100 from T. D. Noe)
EXAMPLE
21 is a Fibonacci number and 21=3*7, 34 is a Fibonacci numbers and 34=2*17, ...
MAPLE
with(combinat, fibonacci): m1_fib := proc(n); if (numtheory[mobius](fibonacci(n))=1) then RETURN(fibonacci(n)); fi; end: seq(m1_fib(i), i=1..100);
CROSSREFS
Subsequence of A061305 (squarefree Fibonacci numbers).
Sequence in context: A167397 A135595 A082483 * A053409 A253910 A144205
KEYWORD
easy,nonn
AUTHOR
Jani Melik, Oct 07 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 01:59 EDT 2024. Contains 376140 sequences. (Running on oeis4.)