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!)
A134500 a(n) = Fibonacci(7n + 2). 6
1, 34, 987, 28657, 832040, 24157817, 701408733, 20365011074, 591286729879, 17167680177565, 498454011879264, 14472334024676221, 420196140727489673, 12200160415121876738, 354224848179261915075, 10284720757613717413913 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (-1-5*x) / (-1 + 29*x + x^2). - R. J. Mathar, Apr 17 2011
a(n) = A000045(A017005(n)). - Michel Marcus, Nov 07 2013
MATHEMATICA
Table[Fibonacci[7n+2], {n, 0, 30}]
PROG
(Magma) [Fibonacci(7*n +2): n in [0..100]]; // Vincenzo Librandi, Apr 17 2011
(PARI) a(n)=fibonacci(7*n+2) \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
Sequence in context: A214169 A212787 A020535 * A098607 A075292 A297456
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 8 17:52 EDT 2024. Contains 373227 sequences. (Running on oeis4.)