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!)
A075732 Fibonacci numbers F(k) for k not squarefree (A013929). 0
3, 21, 34, 144, 987, 2584, 6765, 46368, 75025, 196418, 317811, 2178309, 14930352, 102334155, 701408733, 1134903170, 4807526976, 7778742049, 12586269025, 32951280099, 86267571272, 225851433717, 1548008755920, 6557470319842 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
4 is a nonsquarefree number and Fibonacci(4)=3, 8 is a nonsquarefree number and Fibonacci(8)=21,...
MAPLE
with(combinat, fibonacci): fib_ndsk := proc(n); if (numtheory[issqrfree](n)='false') then # or # if (mobius(n)=0) then RETURN(fibonacci(n)) fi; end: seq(fib_ndsk(i), i=1..100);
MATHEMATICA
Fibonacci[#]&/@DeleteCases[Range[100], _?SquareFreeQ] (* Harvey P. Dale, Apr 20 2011 *)
CROSSREFS
Sequence in context: A089323 A100986 A213141 * A087690 A191763 A227241
KEYWORD
easy,nonn
AUTHOR
Jani Melik, Oct 07 2002
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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)