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!)
A258575 Numbers n such that Lucas(n)-Fibonacci(n) is squarefree. 1
0, 2, 3, 5, 6, 8, 9, 11, 12, 14, 15, 17, 18, 20, 21, 23, 24, 27, 29, 30, 32, 33, 35, 36, 38, 39, 41, 42, 44, 45, 47, 48, 50, 53, 54, 56, 59, 60, 62, 63, 65, 66, 68, 69, 71, 72, 74, 75, 77, 78, 80, 81, 83, 84, 86, 87, 89, 90, 93, 95, 96, 98, 99, 102, 104, 105 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
These numbers belong to the sequence A007494 (see Chai Wah Wu argumentation in A258574).
Also numbers n such that 2*Fibonacci(n-1) is squarefree. [Bruno Berselli, Jun 05 2015]
A258575(n) = A258574(n+1)-1. - Chai Wah Wu, Jun 09 2015
LINKS
MATHEMATICA
Select[Range[0, 200], SquareFreeQ[LucasL[#] - Fibonacci[#]] &]
PROG
(Magma) [0] cat [n: n in [2..150] | IsSquarefree(Lucas(n)-Fibonacci(n))];
(Sage) [n for n in (0..110) if is_squarefree(2*fibonacci(n-1))] # Bruno Berselli, Jun 05 2015
CROSSREFS
Sequence in context: A294732 A045506 A007494 * A052490 A332076 A248562
KEYWORD
nonn,easy,less
AUTHOR
Vincenzo Librandi, Jun 04 2015
EXTENSIONS
Name corrected by Bruno Berselli, Jun 05 2015
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 5 08:57 EDT 2024. Contains 372264 sequences. (Running on oeis4.)