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.

A059592 Square-full part of n^2 + 1.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 17, 1, 1, 29, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 13, 1, 1, 1
Offset: 0

Views

Author

Marc LeBrun, Jan 25 2001

Keywords

Comments

Related to period-1 continued fractions [z,z,z,...].
A124808 gives number of numbers m <= n with a(m)=1. - Reinhard Zumkeller, Nov 08

Examples

			a(7)=5 since 7^2 + 1 = 50 = 25*2 = (5^2)*2.
		

Crossrefs

Programs

Formula

a(n) = A000188(A002522(n)).
a(n)^2 * A059591(n) = n^2 + 1.