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.

A271637 Squared-squares in base 2: numbers n such that n^2 in base 2 is of the form xx for a string x.

Original entry on oeis.org

6, 820, 104391567, 119304648, 858993460, 900719925474100, 26202761468337432, 29478106651879611, 32753451835421790, 225701339254799219773, 243062980735937621294, 260424622217076022815, 277786263698214424336, 944473296573929042740, 232485734541274841289650
Offset: 1

Views

Author

Jeffrey Shallit, Apr 11 2016

Keywords

Comments

The base-2 expansion must be canonical (not start with leading zeros).
The sequence is infinite, as (4/5)*(2^(20*k + 10) + 1) has the property for k >= 0.

Examples

			The number 6 is in the sequence because 36 = 6^2 and 36 in base 2 is 100100, which is xx for x = 100.
		

References

  • Andrew Bridy, Robert J. Lemke Oliver, Arlo Shallit, and Jeffrey Shallit, The Generalized Nagell-Ljunggren Problem: Powers with Repetitive Representations, Experimental Math, 28 (2019), 428-439.

Crossrefs

The base-2 analog of A106497.

Extensions

a(7)-a(15) from Giovanni Resta, Apr 11 2016