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!)
A075739 Nonsquarefree Fibonacci numbers whose indices are also not squarefree. 1
144, 2584, 46368, 75025, 14930352, 4807526976, 12586269025, 86267571272, 225851433717, 1548008755920, 498454011879264, 2111485077978050, 160500643816367088, 2880067194370816120, 51680708854858323072, 354224848179261915075, 16641027750620563662096 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Fib(18)=2584 is there because neither 18 nor 2584 is squarefree.
MAPLE
with(combinat, fibonacci): fib_supM_ndsk := proc(n); if (numtheory[issqrfree](n)='false') then if (numtheory[issqrfree](fibonacci(n))='false') then RETURN(fibonacci(n)); fi; fi; end: seq(fib_supM_ndsk(i), i=1..200);
MATHEMATICA
Select[Table[{n, Fibonacci[n]}, {n, 300}], NoneTrue[#, SquareFreeQ]&][[All, 2]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 20 2019 *)
CROSSREFS
Sequence in context: A121344 A232819 A185745 * A074316 A264107 A231584
KEYWORD
easy,nonn
AUTHOR
Jani Melik, Oct 07 2002
EXTENSIONS
Edited by Don Reble, Nov 05 2005
More terms from Harvey P. Dale, Aug 20 2019
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 August 11 12:11 EDT 2024. Contains 375069 sequences. (Running on oeis4.)