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!)
A079349 p-(p/5) where Fibonacci{p-(p/5)} is not the first Fibonacci number that p divides. 3
14, 18, 28, 38, 40, 48, 54, 60, 74, 88, 98, 100, 108, 108, 114, 138, 138, 148, 150, 158, 174, 180, 194, 198, 198, 210, 228, 234, 240, 258, 264, 268, 278, 280, 294, 308, 314, 318, 330, 338, 348, 348, 354, 374, 388, 398, 400, 408, 420, 434, 448, 458, 460 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
A079348(1)=13, (13/5)=-1, hence a(1)=14.
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(wss", "); break))))
CROSSREFS
Sequence in context: A169871 A304144 A327933 * A355041 A212047 A244034
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)