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.

A074056 a(n)=a(n-1)^3/a(n-2)^2+a(n-1)*a(n-2) with a(1)=a(2)=1.

Original entry on oeis.org

1, 1, 2, 10, 270, 199530, 109021396230, 32547610062433062370530, 2900907183084129462928443491816490142071240030, 23044287863704114233982017840826804806870854633710605340763217534502946372713488874512819930
Offset: 1

Views

Author

Henry Bottomley, Aug 14 2002

Keywords

Examples

			a(5)=10^3/2^2+10*2=250+20=270.
		

Crossrefs

Partial products of A057438.

Formula

a(n) =a(n-1)*A057438(n) =A057438(n+2)-A057438(n+1)^2 and is about 0.365177806085453...*1.2292734309189943...^(2^n).