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

A057951 Number of prime factors of 10^n - 1 (counted with multiplicity).

Original entry on oeis.org

2, 3, 4, 4, 4, 7, 4, 6, 6, 6, 4, 9, 5, 6, 8, 8, 4, 11, 3, 9, 9, 9, 3, 12, 7, 8, 9, 10, 7, 15, 5, 13, 8, 8, 9, 14, 5, 5, 8, 13, 6, 17, 6, 13, 12, 8, 4, 15, 6, 12, 10, 11, 6, 16, 10, 14, 8, 10, 4, 22, 9, 7, 16, 17, 9, 17, 5, 12, 8, 14, 4, 20, 5, 9, 14, 8, 10, 18
Offset: 1

Views

Author

Patrick De Geest, Nov 15 2000

Keywords

Crossrefs

bigomega(b^n-1): this sequence (b=10), A057952 (b=9), A057953 (b=8), A057954 (b=7), A057955 (b=6), A057956 (b=5), A057957 (b=4), A057958 (b=3), A046051 (b=2).

Programs

Formula

Mobius transform of A085035 - T. D. Noe, Jun 19 2003
a(n) = Omega(10^n -1) = Omega(R_n) + 2 = A046053(n) + 2 {where Omega(n) = A001222(n) and R_n = (10^n - 1)/9 = A002275(n)}. - Lekraj Beedassy, Jun 09 2006
a(n) = A001222(A002283(n)). - Ray Chandler, Apr 22 2017

Extensions

Erroneous b-file replaced by Ray Chandler, Apr 26 2017

A046107 Triangle of prime numbers in which n-th row lists all primes p such that 1/p has decimal period n, n >= 1.

Original entry on oeis.org

3, 11, 37, 101, 41, 271, 7, 13, 239, 4649, 73, 137, 333667, 9091, 21649, 513239, 9901, 53, 79, 265371653, 909091, 31, 2906161, 17, 5882353, 2071723, 5363222357, 19, 52579, 1111111111111111111, 3541, 27961, 43, 1933, 10838689, 23, 4093, 8779, 11111111111111111111111
Offset: 1

Views

Author

Keywords

Comments

The number of numbers in each row n is given by A112505(n).
In the 18th century, the Japanese mathematician Ajima Naonobu (aka Ajima Chokuyen) gave the terms through 5882353 (Smith and Mikami, p. 199). - Jonathan Sondow, May 25 2013

Examples

			First rows of irregular triangle are:
       3;
      11;
      37;
     101;
      41,     271;
       7,      13;
     239,    4649;
      73,     137;
  333667;
    9091;
   21649,  513239;
    9901;
      53,      79, 265371653;
  909091;
      31, 2906161;
      17, 5882353;
  ...
		

References

  • Ajima Naonobu (aka Ajima Chokuyen), Fujin IsshÅ© (Periods of Decimal Fractions).

Crossrefs

Cf. A007138 (first column), A061075 (last row elements).

Programs

  • Mathematica
    pp={}; Do[f=Transpose[FactorInteger[10^n-1]][[1]]; p=Complement[f, pp]; pp=Union[pp, p]; Print[p], {n, 66}] (* T. D. Noe, Sep 08 2005 *)

Extensions

First 276 rows in b-file from T. D. Noe, Jun 01 2010
Rows n=277..322 in b-file from Ray Chandler, May 01 2017
Rows n=323..352 in b-file from Max Alekseyev, Apr 26 2022

A102146 a(n) = sigma(10^n - 1), where sigma(n) is the sum of positive divisors of n.

Original entry on oeis.org

13, 156, 1520, 15912, 148512, 2042880, 14508000, 162493344, 1534205464, 16203253248, 144451398000, 2063316971520, 14903272088640, 158269280832000, 1614847741624320, 17205180696931968, 144444514193267496
Offset: 1

Views

Author

Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Feb 14 2005

Keywords

Crossrefs

Programs

  • Mathematica
    DivisorSigma[1,10^Range[20]-1] (* Harvey P. Dale, Jan 05 2012 *)
  • PARI
    a(n) = sigma(10^n-1); \\ Michel Marcus, Apr 22 2017

Formula

a(n) = A000203(A002283(n)). - Ray Chandler, Apr 22 2017

A106305 Divisors of 10^14 - 1.

Original entry on oeis.org

1, 3, 9, 11, 33, 99, 239, 717, 2151, 2629, 4649, 7887, 13947, 23661, 41841, 51139, 153417, 460251, 909091, 1111111, 2727273, 3333333, 8181819, 9999999, 10000001, 12222221, 30000003, 36666663, 90000009, 109999989, 217272749, 651818247
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Oct 12 2005

Keywords

Crossrefs

Programs

Formula

10^14 - 1 = 3^2 * 11 * 239 * 4649 * 909091 = 99999999999999. - Alonso del Arte, Nov 09 2017

A111117 Divisors of 10^15 - 1.

Original entry on oeis.org

1, 3, 9, 27, 31, 37, 41, 93, 111, 123, 271, 279, 333, 369, 813, 837, 999, 1107, 1147, 1271, 1517, 2439, 3441, 3813, 4551, 7317, 8401, 10027, 10323, 11111, 11439, 13653, 25203, 30081, 30969, 33333, 34317, 40959, 47027, 75609, 90243, 99999, 141081
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Oct 15 2005

Keywords

Crossrefs

Programs

A111211 Divisors of 10^16 - 1.

Original entry on oeis.org

1, 3, 9, 11, 17, 33, 51, 73, 99, 101, 137, 153, 187, 219, 303, 411, 561, 657, 803, 909, 1111, 1233, 1241, 1507, 1683, 1717, 2329, 2409, 3333, 3723, 4521, 5151, 6987, 7227, 7373, 9999, 10001, 11169, 13563, 13651, 13837, 15453, 18887, 20961, 22119, 25619
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Oct 25 2005

Keywords

Crossrefs

Programs

A113522 Divisors of 10^18 - 1.

Original entry on oeis.org

1, 3, 7, 9, 11, 13, 19, 21, 27, 33, 37, 39, 57, 63, 77, 81, 91, 99, 111, 117, 133, 143, 171, 189, 209, 231, 247, 259, 273, 297, 333, 351, 399, 407, 429, 481, 513, 567, 627, 693, 703, 741, 777, 819, 891, 999, 1001, 1053, 1197, 1221, 1287, 1443, 1463, 1539, 1729
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Jan 12 2006

Keywords

Crossrefs

Programs

A113116 Divisors of 10^17 - 1.

Original entry on oeis.org

1, 3, 9, 2071723, 6215169, 18645507, 5363222357, 16089667071, 48269001213, 11111111111111111, 33333333333333333, 99999999999999999
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Jan 02 2006

Keywords

Crossrefs

Programs

Showing 1-8 of 8 results.