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.

A110642 Every 5th term of A083950 where the self-convolution 5th power is congruent modulo 25 to A083950, which consists entirely of numbers 1 through 10.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			A(x) = 1 + 2*x + 3*x^2 + 2*x^3 + 5*x^4 + 8*x^5 + 8*x^6 +...
A(x)^5 = 1 + 10*x + 55*x^2 + 210*x^3 + 635*x^4 + 1652*x^5 +...
A(x)^5 (mod 25) = 1 + 10*x + 5*x^2 + 10*x^3 + 10*x^4 + 2*x^5 +...
G(x) = 1 + 10*x + 5*x^2 + 10*x^3 + 10*x^4 + 2*x^5 + 5*x^6 +...
where G(x) is the g.f. of A083950.
		

Crossrefs

Programs

  • PARI
    {a(n)=local(d=5,m=10,A=1+m*x); for(j=2,d*n, for(k=1,m,t=polcoeff((A+k*x^j+x*O(x^j))^(1/m),j); if(denominator(t)==1,A=A+k*x^j;break)));polcoeff(A,d*n)}

A110643 Every 2nd term of A083950 where the self-convolution 2nd power is congruent modulo 4 to A083950, which consists entirely of numbers 1 through 10.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			A(x) = 1 + 5*x + 10*x^2 + 5*x^3 + 10*x^4 + 3*x^5 + 5*x^6 +...
A(x)^2 = 1 + 10*x + 45*x^2 + 110*x^3 + 170*x^4 + 206*x^5 +...
A(x)^2 (mod 4) = 1 + 2*x + x^2 + 2*x^3 + 2*x^4 + 2*x^5 +...
G(x) = 1 + 10*x + 5*x^2 + 10*x^3 + 10*x^4 + 2*x^5 + 5*x^6 +...
where G(x) is the g.f. of A083950.
		

Crossrefs

Programs

  • PARI
    {a(n)=local(d=2,m=10,A=1+m*x); for(j=2,d*n, for(k=1,m,t=polcoeff((A+k*x^j+x*O(x^j))^(1/m),j); if(denominator(t)==1,A=A+k*x^j;break)));polcoeff(A,d*n)}

A110639 Every 9th term of A083949 where the self-convolution 9th power is congruent modulo 27 to A083949, which consists entirely of numbers 1 through 9.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			A(x) = 1 + x + 9*x^2 + 9*x^3 + 2*x^4 + 7*x^5 + 5*x^6 +...
A(x)^9 = 1 + 9*x + 117*x^2 + 813*x^3 + 5976*x^4 + 33381*x^5 +...
A(x)^9 (mod 27) = 1 + 9*x + 9*x^2 + 3*x^3 + 9*x^4 + 9*x^5 +...
G(x) = 1 + 9*x + 9*x^2 + 3*x^3 + 9*x^4 + 9*x^5 + 3*x^6 +...
where G(x) is the g.f. of A083949.
		

Crossrefs

Programs

  • PARI
    {a(n)=local(d=9,m=9,A=1+m*x); for(j=2,d*n, for(k=1,m,t=polcoeff((A+k*x^j+x*O(x^j))^(1/m),j); if(denominator(t)==1,A=A+k*x^j;break)));polcoeff(A,d*n)}
Showing 1-3 of 3 results.