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!)
A171961 a(n)=Mod(3^Fibonacci(n),Fibonacci(n)). 1
0, 0, 1, 0, 3, 1, 3, 6, 9, 12, 3, 81, 3, 48, 489, 867, 3, 985, 1945, 243, 3805, 15054, 3, 38529, 74043, 48, 121831, 103806, 3, 536801, 923785, 1986417, 482211, 1289844, 8367303, 4857921, 19313926, 6745532, 1457657, 86229177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MATHEMATICA
Table[Mod[3^Fibonacci[n], Fibonacci[n]], {n, 40}]
PowerMod[3, #, #]&/@Fibonacci[Range[40]] (* Harvey P. Dale, Jun 05 2020 *)
CROSSREFS
Sequence in context: A302867 A058659 A053642 * A205121 A152903 A226522
KEYWORD
nonn
AUTHOR
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 March 28 04:13 EDT 2024. Contains 371235 sequences. (Running on oeis4.)