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.

A082411 Second-order linear recurrence sequence with a(n) = a(n-1) + a(n-2), with initial terms 407389224418, 76343678551.

Original entry on oeis.org

407389224418, 76343678551, 483732902969, 560076581520, 1043809484489, 1603886066009, 2647695550498, 4251581616507, 6899277167005, 11150858783512, 18050135950517, 29200994734029, 47251130684546, 76452125418575, 123703256103121, 200155381521696, 323858637624817
Offset: 0

Views

Author

Harry J. Smith, Apr 23 2003

Keywords

Comments

a(0) = 407389224418, a(1) = 76343678551. 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 John Nicol in 1999.

Crossrefs

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

Programs

  • Maple
    a:= n-> (<<0|1>, <1|1>>^n. <<407389224418, 76343678551>>)[1, 1]:
    seq(a(n), n=0..20);  # Alois P. Heinz, Apr 04 2013
  • Mathematica
    LinearRecurrence[{1,1},{407389224418,76343678551},25] (* Paolo Xausa, Nov 07 2023 *)

Formula

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

Extensions

Name clarified by Robert C. Lyons, Feb 07 2025