Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075737
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075737 Prime Fibonacci numbers with prime indices. +0
20
2, 5, 13, 89, 233, 1597, 28657, 514229, 433494437, 2971215073, 99194853094755497, 1066340417491710595814572169, 19134702400093278081449423917 (list; graph; listen)
OFFSET

1,1

COMMENT

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

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.

Sequence in context: A075736 A030426 A075742 this_sequence A100843 A082101 A158712

Adjacent sequences: A075734 A075735 A075736 this_sequence A075738 A075739 A075740

KEYWORD

easy,nonn

AUTHOR

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

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 November 24 14:25 EST 2009. Contains 167438 sequences.


AT&T Labs Research