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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093309 Prime(prime(Fibonacci(n))). 1
3, 3, 5, 11, 31, 67, 179, 367, 797, 1621, 3259, 6353, 12301, 23209, 42979, 79559, 145547, 264091, 476981, 854353, 1523569, 2700559, 4765693, 8385679, 14683231, 25641599, 44620633, 77443423, 134053991, 231443561, 398799287, 685660127 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,35

FORMULA

a(n) = A000040(A030427(n)). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 06 2010]

PROG

(PARI) a(n) = for(x=1, n, print(x" "prime(prime(fibonacci(x)))", "))

(PARI) { allocatemem(932245000); default(primelimit, 4294965247); for(n=1, 35, write("b093309.txt", n, " ", prime(prime(fibonacci(n))))); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 20 2009]

CROSSREFS

Sequence in context: A191632 A146918 A093306 * A187874 A126318 A142701

Adjacent sequences:  A093306 A093307 A093308 * A093310 A093311 A093312

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Apr 25 2004

EXTENSIONS

Added more terms. Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 20 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 16 06:46 EST 2012. Contains 205867 sequences.