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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134498 Fibonacci(7n). 9
0, 13, 377, 10946, 317811, 9227465, 267914296, 7778742049, 225851433717, 6557470319842, 190392490709135, 5527939700884757, 160500643816367088, 4660046610375530309, 135301852344706746049, 3928413764606871165730 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (29,1)

FORMULA

G.f. -13*x / ( -1+29*x+x^2 ). a(n) = 13*A049667(n). - R. J. Mathar, Apr 17 201

MATHEMATICA

Table[Fibonacci[7n], {n, 0, 30}]

{a, b}={0, 13}; Do[Print[c={a, b}.{1, 29}]; a=b; b=c, {30}] [From Zak Seidov (zakseidov(AT)yahoo.com), Nov 02 2009]

PROG

(Mupad) numlib::fibonacci(7*n) $ n = 0..25; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 09 2008

(Other) sage: [fibonacci(7*n) for n in xrange(0, 16)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 15 2009]

(MAGMA) [Fibonacci(7*n): n in [0..100]]; // Vincenzo Librandi, Apr 17 2011

CROSSREFS

Cf. A000045, A134499, A134500, A134501, A134502, A134503, A134504.

Cf. A049667.

Sequence in context: A012013 A082403 A171656 * A142122 A194489 A203972

Adjacent sequences:  A134495 A134496 A134497 * A134499 A134500 A134501

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 28 2007

EXTENSIONS

Offset changed from 1 to 0 by Vincenzo Librandi, Apr 17 2011

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 February 14 05:09 EST 2012. Contains 205570 sequences.