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.

A083105 Second-order linear recurrence sequence with a(n) = a(n-1) + a(n-2), with initial terms 62638280004239857, 49463435743205655.

Original entry on oeis.org

62638280004239857, 49463435743205655, 112101715747445512, 161565151490651167, 273666867238096679, 435232018728747846, 708898885966844525, 1144130904695592371, 1853029790662436896, 2997160695358029267, 4850190486020466163, 7847351181378495430
Offset: 0

Views

Author

Harry J. Smith, Apr 23 2003

Keywords

Comments

a(0) = 62638280004239857, a(1) = 49463435743205655. This is a second-order linear recurrence sequence with a(0) and a(1) coprime that does not contain any primes. It was found by D. E. Knuth in 1990.

Crossrefs

Cf. A000032 (Lucas numbers), A000045 (Fibonacci numbers), A083103, A083104, A083216, A082411, A221286.

Programs

  • Maple
    a:= n-> (<<0|1>, <1|1>>^n. <<62638280004239857, 49463435743205655>>)[1, 1]:
    seq(a(n), n=0..20);  # Alois P. Heinz, Sep 20 2021
  • Mathematica
    LinearRecurrence[{1,1},{62638280004239857,49463435743205655},20] (* Paolo Xausa, Nov 07 2023 *)

Formula

G.f.: (62638280004239857-13174844261034202*x)/(1-x-x^2). [Colin Barker, Jun 19 2012]

Extensions

Name clarified by Robert C. Lyons, Feb 07 2025