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!)
A134503 a(n) = Fibonacci(7n + 5). 5
5, 144, 4181, 121393, 3524578, 102334155, 2971215073, 86267571272, 2504730781961, 72723460248141, 2111485077978050, 61305790721611591, 1779979416004714189, 51680708854858323072, 1500520536206896083277 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From R. J. Mathar, Apr 17 2011: (Start)
G.f.: (-5+x) / (-1 + 29*x + x^2).
a(n) = 5*A049667(n+1) - A049667(n). (End)
MATHEMATICA
Table[Fibonacci[7n+5], {n, 0, 30}]
LinearRecurrence[{29, 1}, {5, 144}, 20] (* Harvey P. Dale, Apr 24 2017 *)
PROG
(Magma) [Fibonacci(7*n+5): n in [0..100]]; // Vincenzo Librandi, Apr 17 2011
(PARI) a(n)=fibonacci(7*n+5) \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
Sequence in context: A277401 A208874 A222289 * A282836 A320414 A168041
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Oct 28 2007
EXTENSIONS
Offset changed from 1 to 0 by Vincenzo Librandi, Apr 17 2011
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 June 9 02:41 EDT 2024. Contains 373227 sequences. (Running on oeis4.)