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!)
A132636 a(n) = Fibonacci(n) mod n^3. 4
0, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 1685, 7063, 4323, 4896, 12525, 15937, 19271, 10483, 2060, 22040, 5674, 15621, 2752, 3807, 9340, 432, 46989, 19305, 11932, 62155, 31899, 12088, 22273, 3677, 32420 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(1) = 0; for n=2 to 20, a(n) = A000045(n); otherwise for instance, see example. - Michel Marcus, Jul 15 2013
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
a(n) = A000045(n) mod A000578(n).
EXAMPLE
a(21) = 1685, since Fibonacci(21) = 10946 == 1685 (mod 21^3).
PROG
(PARI) a(n) = fibonacci(n) % n^3 \\ Michel Marcus, Jul 15 2013
(PARI) a(n)=lift((Mod([1, 1; 1, 0], n^3))^n)[1, 2] \\ Charles R Greathouse IV, Jul 18 2013
CROSSREFS
Sequence in context: A243063 A248740 A185357 * A152163 A039834 A236191
KEYWORD
nonn
AUTHOR
Hieronymus Fischer, Aug 24 2007
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 April 28 14:21 EDT 2024. Contains 372088 sequences. (Running on oeis4.)