The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030427 a(n) = prime(Fibonacci(n)). 9
2, 2, 3, 5, 11, 19, 41, 73, 139, 257, 461, 827, 1471, 2591, 4493, 7793, 13469, 23159, 39779, 67931, 115831, 196687, 333233, 563987, 951557, 1603489, 2696663, 4528949, 7594771, 12717703, 21275491, 35548193, 59328161, 98921051, 164781961, 274253209, 456074711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..84 (terms 1..60 from T. D. Noe)
FORMULA
a(n) = A000040(A000045(n)). - Michel Marcus, Jan 14 2016
MATHEMATICA
Prime@Fibonacci@Range@50 (* Vladimir Joseph Stephan Orlovsky, Apr 11 2011 *)
Table[Prime[Fibonacci[n]], {n, 40}] (* Vincenzo Librandi, Jan 14 2016 *)
PROG
(Magma) [NthPrime(Fibonacci(n)): n in [1..43]]; // Joerg Arndt, Apr 03 2011
(PARI) a(n)=prime(fibonacci(n)) \\ Charles R Greathouse IV, Apr 29 2015
(J) p: (i. +/ .! i.@-)"0&.>: i.40 NB. Stephen Makdisi, May 14 2018
CROSSREFS
Cf. A000040, A000045, A343256 (first differences).
Sequence in context: A089540 A080008 A058697 * A049907 A078445 A127166
KEYWORD
nonn,nice
AUTHOR
John C. Hallyburton, Jr. (jhallyburton(AT)mx1.AspenRes.Com)
EXTENSIONS
More terms from Jud McCranie
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 02:29 EDT 2024. Contains 372720 sequences. (Running on oeis4.)