Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A064497 a(n) = prime(n) * Fibonacci(n). 2
2, 3, 10, 21, 55, 104, 221, 399, 782, 1595, 2759, 5328, 9553, 16211, 28670, 52311, 94223, 157624, 280127, 480315, 799058, 1399169, 2378531, 4126752, 7277425, 12260693, 20231054, 34005777, 56050961, 94020520, 170976163, 285358479, 482867186, 792701293 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Fibonacci[n] Prime[n], {n, 35}] (* Vincenzo Librandi, Jun 24 2018 *)
PROG
(PARI) { g=0; f=1; for (n=1, 300, write("b064497.txt", n, " ", prime(n)*f); h=g; g=f; f+=h ) } \\ Harry J. Smith, Sep 16 2009
(PARI) a(n) = prime(n)*fibonacci(n); \\ Michel Marcus, Jun 24 2018
(Magma) [NthPrime(n)*Fibonacci(n): n in [1..40]]; // Vincenzo Librandi, Jun 24 2018
CROSSREFS
Sequence in context: A079161 A069565 A139694 * A161522 A120484 A113202
KEYWORD
nonn
AUTHOR
Tanya Khovanova, Oct 05 2001
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 July 19 05:20 EDT 2024. Contains 374388 sequences. (Running on oeis4.)