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

A363795 Number of divisors of n of the form 7*k + 2.

Original entry on oeis.org

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

Views

Author

Seiichi Manyama, Jun 23 2023

Keywords

Crossrefs

Programs

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

Formula

G.f.: Sum_{k>0} x^(2*k)/(1 - x^(7*k)).
G.f.: Sum_{k>0} x^(7*k-5)/(1 - x^(7*k-5)).
Sum_{k=1..n} a(k) = n*log(n)/7 + c*n + O(n^(1/3)*log(n)), where c = gamma(2,7) - (1 - gamma)/7 = 0.188117..., gamma(2,7) = -(psi(2/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

A244646 Decimal expansion of the sum of the reciprocals of the 9-gonal (or enneagonal or nonagonal) numbers (A001106).

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Jul 03 2014

Keywords

Examples

			1.2433209261537129892066077396310142821358441010300996244152817525...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[ Sum[2/(7n^2 - 5n), {n, 1 , Infinity}], 10, 111][[1]]

Formula

Equals Sum_{n>=1} 2/(7n^2 - 5n).
Equals (2*log(14) + 4*(cos(Pi/7)*log(cos(3*Pi/14)) + log(sin(Pi/7))*sin(Pi/14) - log(cos(Pi/14)) * sin(3*Pi/14)) + Pi*tan(3*Pi/14))/5. - Vaclav Kotesovec, Jul 04 2014
Equals 14/25 - (2/5)*(gamma + psi(-5/7)), where gamma is Euler's constant (A001620) and psi(x) is the digamma function (Agarwal, 2021), psi(-5/7) = psi(2/7)+7/5 = -2.285517..., see A354628. - Amiram Eldar, Nov 12 2021

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

A354629 Decimal expansion of the negated digamma function at 3/7.

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Jun 01 2022

Keywords

Examples

			psi(3/7) = -2.36581875729498...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[PolyGamma[3/7], 10, 120][[1]] (* Amiram Eldar, Jun 14 2023 *)
  • PARI
    -psi(3/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-7 of 7 results.