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!)
A227627 Numbers n such that F(5*n)/(5*F(n)) is prime, where F(k) is the k-th Fibonacci number. 1
2, 3, 5, 7, 13, 25, 29, 37, 47, 67, 457, 2309, 2383, 4133, 5023, 8059 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Except for n = 25, all other terms n are primes. Conjecture: this sequence is infinite. - Thomas Ordowski, Jul 18 2013
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[Fibonacci[5*#]/Fibonacci[#]/5]&]
PROG
(PARI) is(n)=ispseudoprime(fibonacci(5*n)/fibonacci(n)/5) \\ Charles R Greathouse IV, Nov 25 2014
CROSSREFS
Sequence in context: A076994 A327591 A124147 * A335116 A135372 A037021
KEYWORD
nonn,more,hard
AUTHOR
Vaclav Kotesovec, Jul 18 2013
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 19 02:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)