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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093308 Fibonacci(prime(prime(n))). 2
2, 5, 89, 1597, 1346269, 165580141, 956722026041, 44945570212853, 99194853094755497, 26925748508234281076009, 155576970220531065681649693, 289450641941273985495088042104137 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

PROG

(PARI) f(n) = for(x=1, n, print1(fibonacci(prime(prime(x)))", "))

(PARI) { for(n=1, 150, a=fibonacci(prime(prime(n))); if (a > 10^(10^3 - 6), break); write("b093308.txt", n, " ", a); ); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 20 2009]

CROSSREFS

Sequence in context: A082431 A023272 A057978 * A162569 A120800 A066618

Adjacent sequences:  A093305 A093306 A093307 * A093309 A093310 A093311

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Added a new term. 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 14 18:09 EST 2012. Contains 205663 sequences.