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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157729 Fibonacci(n) + 5. 12
5, 6, 6, 7, 8, 10, 13, 18, 26, 39, 60, 94, 149, 238, 382, 615, 992, 1602, 2589, 4186, 6770, 10951, 17716, 28662, 46373, 75030, 121398, 196423, 317816, 514234, 832045, 1346274, 2178314, 3524583, 5702892, 9227470, 14930357, 24157822, 39088174, 63245991, 102334160 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..285

Index to sequences with linear recurrences with constant coefficients, signature (2,0,-1).

FORMULA

G.f. ( 5-4*x-6*x^2 ) / ( (x-1)*(x^2+x-1) ). - R. J. Mathar, Aug 09 2012

a(0)=5, a(1)=6, a(2)=6, a(n)=2*a(n-1)+0*a(n-2)-a(n-3). - Harvey P. Dale, Aug 17 2012

MATHEMATICA

Fibonacci[Range[0, 40]]+5 (* or *) LinearRecurrence[{2, 0, -1}, {5, 6, 6}, 50] (* Harvey P. Dale, Aug 17 2012 *)

PROG

(MAGMA) [ Fibonacci(n) + 5: n in [0..40] ]; // Vincenzo Librandi, Apr 24 2011

CROSSREFS

Cf. A000045, A001611, A000071, A157725, A001911, A157726, A006327, A157727, A157728, A157729, A167616.

Sequence in context: A035591 A120206 A120198 * A195875 A205852 A028314

Adjacent sequences:  A157726 A157727 A157728 * A157730 A157731 A157732

KEYWORD

nonn

AUTHOR

N. J. A. Sloane, Jun 26 2010

STATUS

approved

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 May 19 16:51 EDT 2013. Contains 225433 sequences.