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.

Previous Showing 11-12 of 12 results.

A220985 The left Aurifeuillian factor of 10^(20n+10) + 1.

Original entry on oeis.org

3541, 904806804901, 99004980069800499001, 9990004998000699800049990001, 999900004999800006999800004999900001, 99999000004999980000069999800000499999000001, 9999990000004999998000000699999800000049999990000001
Offset: 0

Views

Author

Stuart Clary, Dec 27 2012

Keywords

Comments

The corresponding right Aurifeuillian factor is A220986.

Crossrefs

Programs

  • Mathematica
    Table[10^(8n+4) - 10^(7n+4) + 5 * 10^(6n+3) - 2 * 10^(5n+3) + 7 * 10^(4n+2) - 2 * 10^(3n+2) + 5 * 10^(2n+1) - 10^(n+1) + 1, {n, 0, 20}]

Formula

a(n) = 10^(8n+4) - 10^(7n+4) + 5 * 10^(6n+3) - 2 * 10^(5n+3) + 7 * 10^(4n+2) - 2 * 10^(3n+2) + 5 * 10^(2n+1) - 10^(n+1) + 1.
Aurifeuillian factorization: 10^(20n+10) + 1 = (10^(4n+2) + 1) * a(n) * A220986(n).

A220986 The right Aurifeuillian factor of 10^(20n + 10) + 1.

Original entry on oeis.org

27961, 1105207205101, 101005020070200501001, 10010005002000700200050010001, 1000100005000200007000200005000100001, 100001000005000020000070000200000500001000001, 10000010000005000002000000700000200000050000010000001
Offset: 0

Views

Author

Stuart Clary, Dec 27 2012

Keywords

Comments

The corresponding left Aurifeuillian factor is A220985.

Crossrefs

Programs

  • Mathematica
    a[n_] := 10^(8n + 4) + 10^(7n + 4) + 5 * 10^(6n + 3) + 2 * 10^(5n + 3) + 7 * 10^(4n + 2) + 2 * 10^(3n + 2) + 5 * 10^(2n + 1) + 10^(n + 1) + 1

Formula

a(n) = 10^(8n + 4) + 10^(7n + 4) + 5 * 10^(6n + 3) + 2 * 10^(5n + 3) + 7 * 10^(4n + 2) + 2 * 10^(3n + 2) + 5 * 10^(2n + 1) + 10^(n + 1) + 1
Aurifeuillian factorization: 10^(20n + 10) + 1 = (10^(4n + 2) + 1) * A220985(n) * a(n)
Previous Showing 11-12 of 12 results.