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.

Showing 1-3 of 3 results.

A069919 Squares which repeat with at least two full periods when written in base 10.

Original entry on oeis.org

69696, 56722567225, 95540955409, 1108033241108033241, 1220096161220096161, 4312080784312080784, 4432132964432132964, 4880384644880384644, 9024307889024307889, 9972299169972299169, 225607697225607697225, 946308825294630882529, 1322314049613223140496
Offset: 1

Views

Author

Erich Friedman, Apr 25 2002

Keywords

Examples

			264^2 = 69|69|6 in base 10.
15020242915^2 = 225607697|225607697|225 in base 10.
36363636364^2 = 13223140496|13223140496 in base 10.
		

Crossrefs

Cf. A071128 (base 2) - A071135 (base 9), A116502.

Programs

  • Mathematica
    psq[b_, nd_] := Block[{sq={}, r, x}, Do[r = Mod[nd, p]; Do[x = (b^( Floor[nd/p] p) - 1)/(b^p - 1) t  b^r + Floor[t/b^(p - r)]; If[ IntegerQ@ Sqrt@ x, AppendTo[ sq, x]], {t, b^(p - 1), b^p - 1}], {p, nd/2}]; sq]; Union @@ (psq[10, #] & /@ Range[11]) (* Giovanni Resta, Aug 01 2018 *)

Extensions

Corrected and extended by Jason Earls, Jun 16 2002
Data corrected and extended by Giovanni Resta, Aug 01 2018

A116501 Numbers k such that the base-10 representation of k^2 has the structure dmdmd, where d is a single digit and m is a string of digits.

Original entry on oeis.org

264, 238165, 309097, 1052631579, 1104579631, 2076555028, 2105263158, 2209159262, 3004048583, 3157894737, 30762132977, 107438016531, 214876033062, 10909090909091, 21818181818182, 1001889106154509, 1047612381019049, 1109550442957111, 1113036341252109, 1123107893966631, 1136632365773631, 1168831168831171
Offset: 1

Views

Author

Giovanni Resta, Feb 18 2006

Keywords

Examples

			309097^2 = 9[5540]9[5540]9.
		

Crossrefs

Extensions

Terms a(17) onward from Max Alekseyev, Oct 14 2024

A116500 Squares with structure dmmd, where d is a single digit and m a string of digits.

Original entry on oeis.org

4040609404060944, 603783587037835876, 617639516153625555176395161536255556, 680188481201573219801884812015732196, 1761443640995119484476144364099511948441, 61481953823648396265074271481953823648396265074276, 601361184010565719927255118499013611840105657199272551184996
Offset: 1

Views

Author

Giovanni Resta, Feb 18 2006

Keywords

Examples

			785900449264170834^2 = a(3) = 6[17639516153625555][17639516153625555]6.
		

Crossrefs

Formula

a(n) = A116499(n)^2.
Showing 1-3 of 3 results.