login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075737 Prime Fibonacci numbers with prime indices. 19
2, 5, 13, 89, 233, 1597, 28657, 514229, 433494437, 2971215073, 99194853094755497, 1066340417491710595814572169, 19134702400093278081449423917 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Same as A005478 except that F(4) = 3 has been omitted.

Sequence of primes in A001519. [From James Buddenhagen (jbuddenh(AT)gmail.com), May 20 2010]

EXAMPLE

5 is a prime and fibonacci(5)=5 is also a prime, 7 is a prime and fibonacci(7)=13 is also a prime, but 2 is a prime and fibonacci(2)=1 is not a prime.

MAPLE

with(combinat, fibonacci): fib_supM_pra := proc(n); if (isprime(n)='true') then if (isprime(fibonacci(n))='true') then RETURN(fibonacci(n)); fi; fi; end: seq(fib_supM_pra(i), i=1..500);

MATHEMATICA

Fibonacci[ Prime[ Select[ Range[50], PrimeQ[ Fibonacci[ Prime[ # ]]] & ]]]

CROSSREFS

Cf. A000045, A005478, A030426, A083668.

Cf. A001519 [From James Buddenhagen (jbuddenh(AT)gmail.com), May 20 2010]

Sequence in context: A075736 A030426 A075742 * A100843 A082101 A158712

Adjacent sequences:  A075734 A075735 A075736 * A075738 A075739 A075740

KEYWORD

easy,nonn

AUTHOR

Jani Melik (jani_melik(AT)gmail.com), Oct 07 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:26 EST 2012. Contains 205852 sequences.