cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A134498 a(n) = Fibonacci(7n).

This page as a plain text file.
%I A134498 #31 Jul 08 2024 21:42:50
%S A134498 0,13,377,10946,317811,9227465,267914296,7778742049,225851433717,
%T A134498 6557470319842,190392490709135,5527939700884757,160500643816367088,
%U A134498 4660046610375530309,135301852344706746049,3928413764606871165730
%N A134498 a(n) = Fibonacci(7n).
%H A134498 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (29,1)
%F A134498 G.f.: -13*x / ( -1+29*x+x^2 ). a(n) = 13*A049667(n). - _R. J. Mathar_, Apr 17 2011
%F A134498 a(n) = A000045(A008589(n)). - _Michel Marcus_, Nov 08 2013
%t A134498 Table[Fibonacci[7n], {n, 0, 30}]
%t A134498 {a,b}={0,13};Do[Print[c={a,b}.{1,29}];a=b;b=c,{30}] (* _Zak Seidov_, Nov 02 2009 *)
%o A134498 (MuPAD) numlib::fibonacci(7*n) $ n = 0..25; // _Zerinvary Lajos_, May 09 2008
%o A134498 (Sage) [fibonacci(7*n) for n in range(0, 16)] # _Zerinvary Lajos_, May 15 2009
%o A134498 (Magma) [Fibonacci(7*n): n in [0..100]]; // _Vincenzo Librandi_, Apr 17 2011
%o A134498 (PARI) a(n)=fibonacci(7*n) \\ _Charles R Greathouse IV_, Jun 11 2015
%Y A134498 Cf. A000045, A134499, A134500, A134501, A134502, A134503, A134504, A049667.
%K A134498 nonn,easy
%O A134498 0,2
%A A134498 _Artur Jasinski_, Oct 28 2007
%E A134498 Offset changed from 1 to 0 by _Vincenzo Librandi_, Apr 17 2011