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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A155011 Sophie Germain Fibonacci prime numbers. 1
2, 3, 5, 89, 233, 10597999265301490732599643671505003412515860435409421932560009680142974347195483140293254396195769876129909 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

2*2+1=5, 2*3+1=7, 2*5+1=11, ...

MAPLE

a={}; Do[f=Fibonacci[n]; If[PrimeQ[f], If[PrimeQ[2*f+1], AppendTo[a, f]]], {n, 3*6!}]; a

CROSSREFS

Cf. A005478, A000045, A005384

Sequence in context: A084960 A087543 A124121 * A065406 A111331 A205668

Adjacent sequences:  A155008 A155009 A155010 * A155012 A155013 A155014

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 18 2009

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 17 04:52 EST 2012. Contains 205985 sequences.