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!)
A280297 Numbers n such that F(n) and F(n-1) are not squarefree where F(n) = A000045(n). 1
25, 91, 126, 175, 225, 276, 325, 426, 456, 475, 576, 625, 637, 703, 726, 775, 820, 876, 925, 979, 1001, 1002, 1026, 1075, 1176, 1183, 1225, 1275, 1326, 1375, 1431, 1476, 1525, 1548, 1625, 1626, 1675, 1729, 1776, 1825, 1926, 1975, 2076, 2094, 2125, 2148, 2226 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Utilized the factorization of Fibonacci numbers in the FactorDB.com database. - Robert Price, Feb 27 2017
LINKS
EXAMPLE
25 is a term because Fibonacci(25) = 5^2 * 3001 and Fibonacci(24) = 2^5 * 3^2 * 7 * 23.
PROG
(PARI) is(n) = !issquarefree(fibonacci(n)) && !issquarefree(fibonacci(n-1));
CROSSREFS
Sequence in context: A044212 A044593 A262492 * A090659 A010013 A256716
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Dec 31 2016
EXTENSIONS
a(8)-a(108) from Robert Price, Feb 27 2017
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 May 8 00:02 EDT 2024. Contains 372317 sequences. (Running on oeis4.)