Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060305
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060305 Related to Pisano periods: period of Fibonacci numbers mod prime(n). +0
6
3, 8, 20, 16, 10, 28, 36, 18, 48, 14, 30, 76, 40, 88, 32, 108, 58, 60, 136, 70, 148, 78, 168, 44, 196, 50, 208, 72, 108, 76, 256, 130, 276, 46, 148, 50, 316, 328, 336, 348, 178, 90, 190, 388, 396, 22, 42, 448, 456, 114, 52, 238, 240, 250, 516, 176, 268, 270, 556 (list; graph; listen)
OFFSET

1,1

COMMENT

Assuming Wall's conjecture (which is still open) allows one to calculate A001175(m) when m is a prime power since for any k>=1 : A001175(prime(n)^k)=a(n)*prime(n)^(k-1). For example : A001175(2^k)=3*2^(k-1)=A007283(k-1)

REFERENCES

D. D. Wall, Fibonacci Series modulo m, American Mathematical Monthly, Vol. 67 - Jun/Jul 1960, pp. 525-532

LINKS

T. D. Noe, Table of n, a(n) for n = 1..1000

A. Elsenhans, J. Jahnel, The Fibonacci sequence modulo p^2 -- An investigation by computer for p < 10^14, (2004)

MATHEMATICA

Table[p=Prime[n]; a={1, 0}; a0=a; k=0; While[k++; s=Mod[Plus@@a, p]; a=RotateLeft[a]; a[[2]]=s; a!=a0]; k, {n, 100}] - T. D. Noe (noe(AT)sspectra.com), Jun 12 2006

PROGRAM

(PARI) for(n=1, 100, s=1; while(sum(i=n, n+s, abs(fibonacci(i)%prime(n)-fibonacci(i+s)%prime(n)))+sum(i=n+1, n+1+s, abs(fibonacci(i)%prime(n)-fibonacci(i+s)%prime(n)))>0, s++); print1(s, ", "))

CROSSREFS

Cf. A001175, A000961.

Cf. A071774, A003147.

Adjacent sequences: A060302 A060303 A060304 this_sequence A060306 A060307 A060308

Sequence in context: A086808 A151347 A047093 this_sequence A009141 A090069 A027299

KEYWORD

nonn

AUTHOR

Louis Mello (mellols(AT)aol.com), Mar 26 2001

EXTENSIONS

Corrected by Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 04 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 3 11:28 EDT 2009. Contains 160562 sequences.


AT&T Labs Research