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.

A215657 Solution S of (2*u)^2 = R^2 - p*S^2, where p is the n-th prime of the form 4k+1.

Original entry on oeis.org

65, 5691884464123, 2171769991015128035203320, 1634465653492219202324217583600006782459921190308836446038375668451525
Offset: 1

Views

Author

Jonathan Sondow, Aug 20 2012

Keywords

Comments

p = A002144(n), u = A215615(p), and R = A215656(n).
A215615 is computed from Wendt's circulant determinant A048954.
Brown and Chamberland (2012, p. 600) give explicit formulas for u, R, S.

Examples

			2*A215615(5) = 2*11 = 22 and 22^2  = 147^2 - 5*65^2, so a(1) = 65.
		

Crossrefs

Formula

a(n) = sqrt((R^2 - 4*u^2)/p) with R = A215656(n), p = A002144(n), u = A215615(p).