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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030426 Fibonacci(prime(n)). 7
1, 2, 5, 13, 89, 233, 1597, 4181, 28657, 514229, 1346269, 24157817, 165580141, 433494437, 2971215073, 53316291173, 956722026041, 2504730781961, 44945570212853, 308061521170129, 806515533049393 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..100

MAPLE

with(combinat); for i from 1 to 50 do fibonacci(ithprime(i)); od;

MATHEMATICA

f[n_]:=Fibonacci[n]; lst={}; Do[p=Prime[n]; AppendTo[lst, f[p]], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 21 2009]

CROSSREFS

Sequence in context: A092262 A032015 A075736 * A075742 A075737 A100843

Adjacent sequences:  A030423 A030424 A030425 * A030427 A030428 A030429

KEYWORD

nonn,easy,nice

AUTHOR

John C. Hallyburton, Jr. (jhallyburton(AT)mx1.AspenRes.Com)

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 13 09:48 EST 2012. Contains 205451 sequences.