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!)
A167398 a(n) = Fibonacci(11*n). 2
0, 89, 17711, 3524578, 701408733, 139583862445, 27777890035288, 5527939700884757, 1100087778366101931, 218922995834555169026, 43566776258854844738105, 8670007398507948658051921 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=0, a(1)=89; a(n) = 199*a(n-1) + a(n-2) for n > 1.
MATHEMATICA
(*1*)Table[Fibonacci[11k], {k, 0, 20}]
(*2*){a, b}={0, 89}; Do[Print[c={a, b}.{1, 199}]; a=b; b=c, {20}]
PROG
(Magma) [Fibonacci(11*n): n in [0..100]]; // Vincenzo Librandi, Apr 17 2011
CROSSREFS
Cf. A134498 Fibonacci(7n).
Sequence in context: A056568 A174758 A181681 * A023330 A059766 A033513
KEYWORD
nonn
AUTHOR
Zak Seidov, Nov 02 2009
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 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)