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

A363805 Number of divisors of n of the form 7*k + 3.

Original entry on oeis.org

0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 2, 0, 0, 1, 0, 0, 2, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 2, 0, 0, 2, 0, 1, 2, 1, 0, 1, 0, 0, 1, 0, 1, 2, 0, 1, 1, 0, 0, 2, 0, 1, 1, 1, 0, 2, 1, 0, 1, 1, 0, 1, 0, 2, 1, 0, 0, 1, 1, 0, 2, 0, 0, 3, 0, 0, 2, 1, 0, 2, 0, 0, 1
Offset: 1

Views

Author

Seiichi Manyama, Jun 23 2023

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := DivisorSum[n, 1 &, Mod[#, 7] == 3 &]; Array[a, 100] (* Amiram Eldar, Jun 23 2023 *)
  • PARI
    a(n) = sumdiv(n, d, d%7==3);

Formula

G.f.: Sum_{k>0} x^(3*k)/(1 - x^(7*k)).
G.f.: Sum_{k>0} x^(7*k-4)/(1 - x^(7*k-4)).
Sum_{k=1..n} a(k) = n*log(n)/7 + c*n + O(n^(1/3)*log(n)), where c = gamma(3,7) - (1 - gamma)/7 = -0.0004108181..., gamma(3,7) = -(psi(3/7) + log(7))/7 is a generalized Euler constant, and gamma is Euler's constant (A001620) (Smith and Subbarao, 1981). - Amiram Eldar, Nov 25 2023

A354627 Decimal expansion of the negated digamma function at 1/7.

Original entry on oeis.org

7, 3, 6, 3, 9, 8, 0, 2, 4, 2, 2, 2, 4, 3, 4, 3, 1, 9, 8, 5, 4, 9, 5, 1, 5, 3, 0, 3, 0, 1, 6, 8, 8, 1, 0, 4, 7, 8, 1, 9, 9, 1, 6, 2, 3, 5, 5, 9, 0, 3, 2, 4, 1, 5, 2, 1, 8, 4, 0, 3, 8, 2, 3, 9, 2, 5, 7, 6, 7, 8, 7, 5, 7, 4, 6, 3, 3, 7, 6, 9, 6, 6, 2, 5, 2, 8, 0, 8, 1, 9, 4, 2, 4, 0, 4, 2, 5, 3, 9, 9, 6
Offset: 1

Views

Author

R. J. Mathar, Jun 01 2022

Keywords

Examples

			psi(1/7) = -7.3639802422243...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[PolyGamma[1/7], 10, 120][[1]] (* Amiram Eldar, Jun 14 2023 *)
  • PARI
    -psi(1/7) \\ Amiram Eldar, Jun 14 2023

A354628 Decimal expansion of the negated digamma function at 2/7.

Original entry on oeis.org

3, 6, 8, 5, 5, 1, 7, 9, 8, 0, 2, 8, 5, 8, 1, 5, 3, 3, 3, 6, 2, 3, 0, 3, 1, 4, 3, 9, 1, 5, 9, 9, 3, 8, 1, 3, 6, 3, 8, 1, 7, 6, 9, 5, 8, 8, 5, 1, 5, 1, 7, 2, 6, 5, 9, 8, 4, 3, 9, 7, 1, 6, 1, 6, 2, 3, 1, 5, 1, 9, 5, 8, 6, 3, 8, 7, 8, 7, 7, 6, 6, 5, 6, 0, 9, 4, 5, 0, 3, 7, 1, 4, 3, 8, 8, 2
Offset: 1

Views

Author

R. J. Mathar, Jun 01 2022

Keywords

Examples

			psi(2/7) = -3.6855179802858...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[PolyGamma[2/7], 10, 120][[1]] (* Amiram Eldar, Jun 14 2023 *)
  • PARI
    -psi(2/7) \\ Amiram Eldar, Jun 14 2023

A354630 Decimal expansion of the negated digamma function at 4/7.

Original entry on oeis.org

1, 6, 4, 8, 7, 7, 0, 7, 3, 4, 9, 2, 1, 0, 7, 7, 4, 3, 8, 2, 6, 1, 9, 1, 2, 6, 7, 2, 9, 4, 4, 2, 8, 7, 7, 6, 7, 6, 2, 7, 7, 6, 0, 1, 3, 8, 8, 2, 8, 4, 1, 3, 2, 9, 5, 3, 0, 0, 3, 6, 5, 7, 2, 4, 4, 5, 1, 5, 4, 0, 4, 7, 4, 3, 8, 3, 2, 3, 2, 3, 3, 2, 3, 9, 2, 7, 0, 2, 3, 6, 8, 8, 3
Offset: 1

Views

Author

R. J. Mathar, Jun 01 2022

Keywords

Examples

			psi(4/7) = -1.64877073492107...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[PolyGamma[4/7], 10, 120][[1]] (* Amiram Eldar, Jun 14 2023 *)
  • PARI
    -psi(4/7) \\ Amiram Eldar, Jun 14 2023

A354631 Decimal expansion of the negated digamma function at 5/7.

Original entry on oeis.org

1, 1, 8, 0, 1, 8, 1, 4, 4, 0, 3, 3, 9, 4, 9, 8, 7, 5, 4, 8, 4, 4, 6, 7, 7, 7, 2, 0, 4, 4, 6, 1, 6, 1, 3, 2, 8, 3, 1, 9, 6, 2, 3, 2, 2, 2, 0, 2, 8, 7, 0, 3, 4, 7, 5, 8, 2, 1, 7, 0, 9, 2, 7, 4, 5, 6, 4, 4, 9, 1, 1, 9, 7, 3, 3, 6, 6, 6, 8, 2, 3, 5, 4, 9, 8, 4, 9, 0, 5, 1, 2
Offset: 1

Views

Author

R. J. Mathar, Jun 01 2022

Keywords

Examples

			psi(5/7) = -1.180181440339...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[PolyGamma[5/7], 10, 120][[1]] (* Amiram Eldar, Jun 14 2023 *)
  • PARI
    -psi(5/7) \\ Amiram Eldar, Jun 14 2023

A354632 Decimal expansion of the negated digamma function at 6/7.

Original entry on oeis.org

8, 4, 0, 3, 9, 5, 8, 7, 7, 7, 3, 0, 6, 7, 2, 9, 7, 6, 8, 8, 3, 9, 3, 1, 1, 9, 6, 7, 5, 7, 2, 8, 8, 2, 2, 7, 6, 0, 2, 9, 1, 9, 4, 7, 4, 7, 6, 0, 2, 5, 2, 0, 5, 9, 2, 9, 2, 7, 9, 6, 6, 5, 1, 0, 5, 2, 5, 1, 0, 9, 8, 1, 0, 9, 9, 5, 4, 1, 9, 6, 7, 6, 8, 8, 7, 0, 7, 4, 9, 5, 8, 9
Offset: 0

Views

Author

R. J. Mathar, Jun 01 2022

Keywords

Examples

			psi(6/7) = -0.84039587773067...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[PolyGamma[6/7], 10, 120][[1]] (* Amiram Eldar, Jun 14 2023 *)
  • PARI
    -psi(6/7) \\ Amiram Eldar, Jun 14 2023
Showing 1-6 of 6 results.