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!)
A094402 Numbers k that divide both Fibonacci(k+1) and Lucas(k) + 1. 3
1, 2, 323, 6479, 11663, 18407, 19043, 23407, 34943, 35207, 39203, 44099, 47519, 51983, 53663, 65471, 78089, 79547, 82983, 86063, 94667, 104663, 109871, 121103, 139359, 142883, 157079, 168299, 195227, 196559, 200147, 233519 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[10^5], Divisible[Fibonacci[#+1], #]&&Divisible[LucasL[#]+1, #]&] (* Giorgos Kalogeropoulos, Aug 20 2021 *)
PROG
(PARI) is(n)=(Mod([0, 1; 1, 1], n)^(n+1)*[0; 1])[1, 1]==0 && (Mod([0, 1; 1, 1], n)^n*[2; 1])[1, 1]==-1 \\ Charles R Greathouse IV, Nov 04 2016
CROSSREFS
Sequence in context: A367927 A192725 A089775 * A332132 A262637 A028483
KEYWORD
nonn
AUTHOR
Eric Rowland, May 01 2004
EXTENSIONS
More terms from Emeric Deutsch, Apr 13 2005
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)