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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075739 Non-squarefree Fibonacci numbers whose indices are also not squarefree. 1
144, 2584, 46368, 75025, 14930352, 4807526976, 12586269025, 86267571272, 225851433717, 1548008755920, 498454011879264, 2111485077978050, 160500643816367088, 2880067194370816120, 51680708854858323072 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

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);

CROSSREFS

Cf. A000045, A013929, A061899, A075738.

Sequence in context: A008431 A121344 A185745 * A074316 A187166 A168371

Adjacent sequences:  A075736 A075737 A075738 * A075740 A075741 A075742

KEYWORD

easy,nonn

AUTHOR

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

EXTENSIONS

Edited by Don Reble (djr(AT)nk.ca), Nov 05 2005

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 14 20:38 EST 2012. Contains 205663 sequences.