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.

A134495 a(n) = Fibonacci(6n + 3).

Original entry on oeis.org

2, 34, 610, 10946, 196418, 3524578, 63245986, 1134903170, 20365011074, 365435296162, 6557470319842, 117669030460994, 2111485077978050, 37889062373143906, 679891637638612258, 12200160415121876738
Offset: 0

Views

Author

Artur Jasinski, Oct 28 2007

Keywords

Comments

From Tanya Khovanova, Jan 06 2023: (Start)
Fibonacci(6n+3) are divisible by 2 but not by 4.
These numbers are not divisible by 3. (End)

Crossrefs

Programs

Formula

From R. J. Mathar, Apr 17 2011: (Start)
G.f.: (2-2*x) / (1 - 18*x + x^2).
a(n) = 2*A007805(n). (End)
a(n) = A000045(A016945(n)). - Michel Marcus, Nov 08 2013
a(n) = 2*(S(n, 18) - S(n-1, 18)), n >= 0, with the Chebyshev S-polynomials S(n-1, 18) = A049660(n). (See the g.f.) - Wolfdieter Lang, Jul 10 2018

Extensions

Index in definition and offset corrected by R. J. Mathar, Apr 17 2011