login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094412 Numbers n such that n divides Fibonacci(n+1) but does not divide Fibonacci(n) + 1. 2
323, 377, 2834, 3827, 6479, 11663, 18407, 19043, 20999, 23407, 25877, 27323, 34943, 35207, 39203, 44099, 47519, 50183, 51983, 53663, 60377, 65471, 78089, 79547, 81719, 82983, 84279, 84419, 86063, 90287, 94667, 104663, 109871, 121103, 121393 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Range[50000], ! Mod[Fibonacci[ # ] + 1, # ] == 0 && Mod[Fibonacci[ # + 1], # ] == 0 &]

CROSSREFS

Cf. A069107, A094395, A094401, A094411.

Sequence in context: A082948 A081264 A069107 * A177745 A065822 A158306

Adjacent sequences:  A094409 A094410 A094411 * A094413 A094414 A094415

KEYWORD

nonn

AUTHOR

Eric S Rowland (erowland(AT)math.rutgers.edu), May 01 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:15 EST 2012. Contains 205835 sequences.