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!)
A079347 Fibonacci{p-(p/5)} is the first Fibonacci number that p divides and this is p-(p/5). 3
8, 10, 18, 24, 30, 44, 58, 68, 70, 78, 84, 104, 128, 130, 164, 168, 178, 190, 224, 228, 238, 250, 270, 284, 310, 358, 368, 378, 384, 418, 430, 438, 444, 464, 468, 478, 488, 490, 498 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
a(1)=8 because A079346(1)=7, (7/5)=-1 and 7-(-1)=8.
PROG
(PARI) quad5(x)=if (x%5>1 && x%5<4, -1, 1) forprime (p=7, 500, wss=p-quad5(p); for (n=1, wss, if (fibonacci(n)%p==0, if (n==wss, print1(n", "), break))))
CROSSREFS
Sequence in context: A143617 A015732 A179474 * A153382 A157911 A090097
KEYWORD
nonn
AUTHOR
Jon Perry, Jan 04 2003
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)