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!)
A134499 a(n) = Fibonacci(7*n+1). 5
1, 21, 610, 17711, 514229, 14930352, 433494437, 12586269025, 365435296162, 10610209857723, 308061521170129, 8944394323791464, 259695496911122585, 7540113804746346429, 218922995834555169026, 6356306993006846248183 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: ( -1+8*x ) / ( -1+29*x+x^2 ). - R. J. Mathar, Apr 17 2011
2*a(n) = Fibonacci(7*n) + Lucas(7*n). - Bruno Berselli, Oct 13 2017
MATHEMATICA
Table[Fibonacci[7 n + 1], {n, 0, 30}]
PROG
(Magma) [Fibonacci(7*n+1): n in [0..100]]; // Vincenzo Librandi, Apr 16 2011
(PARI) a(n)=fibonacci(7*n+1) \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
Sequence in context: A231639 A159278 A296672 * A365744 A231852 A327681
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Oct 28 2007
EXTENSIONS
Offset corrected by Vincenzo Librandi, Apr 16 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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)