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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004399 Fibonacci(n+2) plus n-th prime. 3
4, 6, 10, 15, 24, 34, 51, 74, 112, 173, 264, 414, 651, 1030, 1644, 2637, 4240, 6826, 11013, 17782, 28730, 46447, 75108, 121482, 196515, 317912, 514332, 832147, 1346378, 2178422, 3524705, 5703018, 9227602 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(5) = seventh Fibonacci number + fifth prime = 13 + 11 = 24

MAPLE

f := n -> fibonacci(n+2) + ithprime(n);

PROG

(PARI) A004399(n) = fibonacci(n+2) + prime(n)

CROSSREFS

Sequence in context: A179445 A121214 A116996 * A186777 A028282 A200570

Adjacent sequences:  A004396 A004397 A004398 * A004400 A004401 A004402

KEYWORD

nonn

AUTHOR

Hegermann, Frank (hegermann(AT)oi.dbv.commerzbank.dbp.de)

EXTENSIONS

Edited and definition fixed by Michael Porter (michael_b_porter(AT)yahoo.com), Nov 24 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 15 09:54 EST 2012. Contains 205763 sequences.