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-2 of 2 results.

A275649 Number of squarefree odd numbers k > 1 less than 10^n such that k is a sum of two squares.

Original entry on oeis.org

2, 14, 112, 997, 8982, 82305, 764092, 7159654, 67581778, 641696858, 6122456540, 58649349611, 563729377405, 5434188304040, 52515178669973, 508607849995010
Offset: 1

Views

Author

Felix Fröhlich, Aug 04 2016

Keywords

Comments

This sequence gives the values of the counting function U(x), whose values are given in table 2 on page 359 of Shiu, 1986.

Crossrefs

Cf. A164775: W(x), A275650: V(x).

Programs

  • Mathematica
    Table[Count[Range[1, 10^n, 2], k_ /; SquareFreeQ@ k && SquaresR[2, k] > 0], {n, 6}] (* Michael De Vlieger, Aug 04 2016 *)

Extensions

a(7), a(11) and a(12) corrected and a(13)-a(16) added by Hiroaki Yamanouchi, Dec 25 2016

A275650 Number of positive integers k less than 10^n such that k is a sum of two squares and k/2 is an even power.

Original entry on oeis.org

4, 28, 214, 1803, 15830, 142844, 1313047, 12220699, 114790260, 1085885280, 10330026070, 98719755796, 947012920362, 9113815047794, 87950106960771, 850754904051968
Offset: 1

Views

Author

Felix Fröhlich, Aug 04 2016

Keywords

Comments

This sequence gives the values of the counting function V(x), whose values are given in table 3 on page 359 of Shiu, 1986.

Crossrefs

Cf. A164775: W(x), A275649: U(x).

Extensions

a(12) corrected and a(13)-a(16) added by Hiroaki Yamanouchi, Dec 25 2016
Showing 1-2 of 2 results.