|
Search: id:A094396
|
|
|
| A094396 |
|
Numbers n such that n divides the (n-1)st Lucas number. |
|
+0 5
|
|
| 3, 4, 11476, 80476, 192676, 317683, 542242, 934876, 1339516, 4455676, 5063356, 7159636, 9004876, 9874684, 10134316, 17594242, 20558476
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
Do[If[Mod[Fibonacci[n-2] + Fibonacci[n], n] == 0, Print[n]], {n, 3, 100000}] (Propper)
|
|
CROSSREFS
|
Cf. A094397.
Sequence in context: A111315 A042711 A069970 this_sequence A059107 A025115 A113037
Adjacent sequences: A094393 A094394 A094395 this_sequence A094397 A094398 A094399
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Eric S Rowland (erowland(AT)math.rutgers.edu), May 01 2004
|
|
EXTENSIONS
|
10 more terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 21 2005
More terms from Ryan Propper (rpropper(AT)cs.stanford.edu), Jan 03 2008
|
|
|
Search completed in 0.002 seconds
|