|
| |
|
|
A094411
|
|
Composite n such that n divides both Fibonacci(n+1) and Fibonacci(n) + 1.
|
|
2
| |
|
|
5777, 10877, 75077, 80189, 100127, 113573, 161027, 162133, 231703, 430127, 618449, 635627, 667589, 851927, 1033997, 1106327, 1256293, 1388903, 1697183, 2263127, 2435423, 2512889, 2662277, 3175883, 3399527, 3452147, 3774377
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
MATHEMATICA
| Select[Range[2, 50000], ! PrimeQ[ # ] && Mod[Fibonacci[ # + 1], # ] == 0 && Mod[Fibonacci[ # ] + 1, # ] == 0 &]
|
|
|
CROSSREFS
| Cf. A069107, A094395, A094401, A094412.
Sequence in context: A071132 A094063 A094395 * A004933 A031664 A031574
Adjacent sequences: A094408 A094409 A094410 * A094412 A094413 A094414
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Eric S Rowland (erowland(AT)math.rutgers.edu), May 01 2004
|
|
|
EXTENSIONS
| More terms from Gareth McCaughan (gareth.mccaughan(AT)pobox.com), Jun 11 2004
More terms from Ryan Propper (rpropper(AT)stanford.edu), Aug 04 2005
|
| |
|
|