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

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

A227969 Powers of primes other than 2 and 5 in order by cycle length of reciprocal in decimal.

Original entry on oeis.org

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

Views

Author

J. Lowell, Aug 01 2013

Keywords

Examples

			3 and 9 qualify for the first 2 terms because both of them have a reciprocal cycle of 1. Then 11 has a reciprocal cycle of 2; then 27 and 37 have 3; then 101 has 4; then 41 and 271 have 5. Table begins:
3, 9;
11;
27, 37;
101;
41, 271;
7, 13;
239, 4649;
73, 137;
81, 333667;
9091;
21649, 513239;
9901;
53, 79, 265371653;
		

Crossrefs

Programs

  • PARI
    go(n)=my(v=[],P=[],E=[],t,ok); for(k=1,n, t=setminus(factor(10^k-1)[,1]~,P); E=concat(E,vector(#t,i,1)); P=concat(P,t); E=apply(i->E[i],Vec(vecsort(P,,1))); P=vecsort(P); ok=1; while(ok, ok=0; for(i=1,#P,if(znorder(Mod(10,P[i]^(E[i]+1)))==k, E[i]++; t=concat(t,P[i]^E[i]); ok=1))); v=concat(v,t=vecsort(t)); print(k" "t)); v \\ Charles R Greathouse IV, Aug 01 2013

Extensions

a(9)-a(43) from Charles R Greathouse IV, Aug 01 2013
Previous Showing 11-15 of 15 results.