Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106299
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106299 Primes that do not divide any term of the Lucas 3-step sequence A001644. +0
6
2, 103, 199, 211, 421, 757, 883, 907, 991, 1021, 1123, 1237, 1543, 1567, 1621, 1699, 1753, 1873, 2113, 2539, 2731, 2797, 2803, 3391, 3433, 3463, 3499, 3613, 3631, 3793, 3853, 3919, 4093, 4591, 4723, 4933, 4951, 4987, 5107, 5179, 5527, 5791, 5839, 6073 (list; graph; listen)
OFFSET

1,1

COMMENT

If a prime p divides a term a(k) of this sequence, then k must be less than the period of the sequence mod p. Hence these primes are found by computing A001644(k) mod p for increasing k, and stopping when either A001644(k) mod p = 0 or the end of the period is reached. Interestingly, for all of these primes except 211, the period of the sequence A001644(k) mod p is (p-1)/d, where d is a small integer. The only other exceptional primes less than 1000000 are 23977 and 47093.

LINKS

Eric Weisstein's World of Mathematics, Fibonacci n-Step

MATHEMATICA

n=3; lst={}; Table[p=Prime[i]; a=Join[Table[ -1, {n-1}], {n}]; a=Mod[a, p]; a0=a; While[s=Mod[Plus@@a, p]; a=RotateLeft[a]; a[[n]]=s; !(a==a0 || s==0)]; If[s>0, AppendTo[lst, p]], {i, 1000}]; lst

CROSSREFS

Cf. A053028 (primes not dividing any Lucas number), A106300 (primes not dividing any Lucas 4-step number), A106301 (primes not dividing any Lucas 5-step number).

Adjacent sequences: A106296 A106297 A106298 this_sequence A106300 A106301 A106302

Sequence in context: A113575 A111012 A055693 this_sequence A101530 A001184 A098653

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), May 02 2005

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 May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research