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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128163 a(n) = numbers n such that 3^n modulo Fibonacci(n) is prime, or A128162(n) is prime. 2
5, 7, 9, 11, 13, 14, 15, 26, 30, 53, 66, 82, 155, 189, 225, 261, 625, 870, 1071, 7655, 8191, 8883, 9226, 12246, 70274, 71595 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Corresponding primes in A128162(n) are {3,3,31,37,137,347,487,77951,166409,13506083561,...}.

MATHEMATICA

Do[f=PowerMod[3, n, Fibonacci[n]]; If[PrimeQ[f], Print[{n, f}]], {n, 1, 1071}]

CROSSREFS

Cf. A128162 = 3^n modulo Fibonacci(n). Cf. A128161, A057862 = 2^n modulo Fibonacci(n).

Sequence in context: A080353 A184108 A175382 * A177088 A168146 A106505

Adjacent sequences:  A128160 A128161 A128162 * A128164 A128165 A128166

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Feb 19 2007

EXTENSIONS

Corrected and extended by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 10 2007

a(25)-a(26) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Sep 03 2008

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 16 16:00 EST 2012. Contains 205938 sequences.