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.

A244564 Odd integers n such that for every integer k>0, n * 2^k + 1 has a divisor in the set { 3, 5, 7, 13, 19, 73, 109 }.

Original entry on oeis.org

934909, 1259779, 6828631, 11822359, 12151397, 15285707, 17220887, 23277113, 25912463, 32971909, 34689511, 38206517, 38257411, 45181667, 46337843, 48339497, 57410477, 63676073, 67510217, 68468753, 68708387, 69169397, 70312793, 71151293
Offset: 1

Views

Author

Pierre CAMI, Jun 30 2014

Keywords

Comments

For n > 144, a(n) = a(n-144) + 412729590, the first 144 values are in the table.

Crossrefs

Formula

For n > 144, a(n) = a(n-144) + 412729590.

A244565 Odd integers n such that for every integer k>0, n*2^k+1 has a divisor in the set { 3, 5, 7, 13, 37, 73, 109 }.

Original entry on oeis.org

322523, 12413281, 16921847, 27862127, 29095681, 35430841, 43925747, 47635073, 50273851, 56517767, 57816799, 59929127, 60666107, 63662611, 66887071, 69265069, 77564731, 83460571, 87376127, 104697533
Offset: 1

Views

Author

Pierre CAMI, Jun 30 2014

Keywords

Comments

For n > 144, a(n) = a(n-144) + 803736570, the first 144 values are in the table.

Crossrefs

Formula

For n > 144, a(n) = a(n-144) + 803736570.

A244566 Odd integers n such that for every integer k>0, n*2^k+1 has a divisor in the set { 3, 5, 7, 13, 17, 97, 257 }.

Original entry on oeis.org

327739, 5455789, 8879993, 9043831, 21823667, 25763447, 29949559, 75037639, 92732027, 119863547, 119879899, 122091961, 146880319, 151060223, 152106751, 163378771, 181339441, 182384417, 182646049, 218039041, 232190537
Offset: 1

Views

Author

Pierre CAMI, Jun 30 2014

Keywords

Comments

These are the SierpiƄski numbers (A076336) with covering set {3, 5, 7, 13, 17, 97, 257}. - David W. Wilson, Jul 18 2014
For n > 96, a(n) = a(n-96) + 1156954890, the first 96 values are in the table.

Crossrefs

Programs

  • PARI
    is(n)=my(G=578477445,t=Mod(n,G)); for(k=1,768,t*=2; if(gcd(t+1, G)==1, return(0))); n%2 \\ Charles R Greathouse IV, Jul 18 2014

Formula

For n > 96, a(n) = a(n-96) + 1156954890.
Showing 1-3 of 3 results.