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.

A276256 A nonlinear recurrence of order 3: a(1)=a(2)=a(3)=1; a(n)=(a(n-1)+a(n-2)+1)^2/a(n-3).

Original entry on oeis.org

1, 1, 1, 9, 121, 17161, 33189121, 9112869675009, 4839170130591864288001, 705579627764469400107962287271157001, 54630717750911142085059359537536676834981970103054482555001
Offset: 1

Views

Author

Seiichi Manyama, Aug 25 2016

Keywords

Comments

All terms are perfect squares.

Crossrefs

Cf. A276095.

Formula

a(n) = A276258(n)^2.
a(n) = 16*a(n-1)*a(n-2) - 2a(n-1) - 2a(n-2) - 2 - a(n-3).
a(n)*a(n-1)*a(n-2) = ((a(n) + a(n-1) + a(n-2) + 1)/4)^2.