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.

A112957 a(1) = a(2) = a(3) = 1; for n > 1, a(n+3) = a(n)^2 + a(n+1)^2 + a(n+2)^2.

Original entry on oeis.org

1, 1, 1, 3, 11, 131, 17291, 298995963, 89398586189293211, 7992107212644486930829797919966571, 63873777698404030240264509605345282496735163325301838600463378485931
Offset: 1

Views

Author

Jonathan Vos Post, Jan 02 2006; definition corrected Jan 02 2006

Keywords

Comments

A quadratic tribonacci sequence.
This is to A000283 as a tribonacci (A000213) is to Fibonacci. Two oddities about this sequence: (a) its first 7 terms are identical to terms numbered 2 through 8 of A072878; (b) only one of the first 9 terms are composite. Primes in the sequence begin 3, 11, 131, 17291 and 89398586189293211. What is the next prime?

Crossrefs

Programs