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!)
A094409 Odd numbers k that divide Fibonacci(k) - 1 but not Fibonacci(k-1). 2
323, 6479, 7743, 11663, 18407, 19043, 23407, 27071, 34943, 35207, 39203, 44099, 47519, 51983, 53663, 54839, 65471, 72831, 78089, 79547, 82983, 86063, 94667, 104663, 109871, 121103, 139359, 142883, 157079, 168299, 195227, 196559 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[50000], OddQ[ # ] && Mod[Fibonacci[ # ] - 1, # ] == 0 && ! Mod[Fibonacci[ # - 1], # ] == 0 &]
CROSSREFS
Sequence in context: A094394 A296973 A213289 * A253708 A210056 A202984
KEYWORD
nonn
AUTHOR
Eric Rowland, May 01 2004
EXTENSIONS
Offset corrected by Giovanni Resta, Jul 20 2013
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 July 3 01:19 EDT 2024. Contains 373960 sequences. (Running on oeis4.)