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 31-40 of 490 results. Next

A271506 Numbers k such that (7*10^k + 179)/3 is prime.

Original entry on oeis.org

1, 2, 3, 7, 8, 36, 41, 46, 74, 76, 88, 103, 115, 188, 194, 257, 310, 399, 511, 515, 776, 1134, 1404, 6545, 6569, 17600, 22209, 24397, 24842, 46957, 116684, 118607, 131339, 202267
Offset: 1

Views

Author

Robert Price, Apr 08 2016

Keywords

Comments

For k > 1, numbers k such that the digit 2 followed by k-2 occurrences of the digit 3 followed by the digits 93 is prime (see Example section).
a(35) > 3*10^5.

Examples

			3 is in this sequence because (7*10^3 + 179)/3 = 2393 is prime.
Initial terms and associated primes:
a(1) = 1, 83;
a(2) = 2, 293;
a(3) = 3, 2393;
a(4) = 7, 23333393;
a(5) = 8, 233333393. etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[(7*10^# + 179)/3] &]
    Join[{1},Flatten[Position[Table[100*FromDigits[PadRight[{2},n,3]]+93,{n,47000}],?PrimeQ]]+1] (* _Harvey P. Dale, Dec 11 2018 *)
  • PARI
    is(n)=ispseudoprime((7*10^n+179)/3) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(31)-a(33) from Robert Price, Sep 01 2018
a(34) from Robert Price, Jun 21 2023

A271548 Numbers k such that 4*10^k + 19 is prime.

Original entry on oeis.org

0, 1, 2, 3, 9, 11, 19, 27, 31, 36, 42, 69, 86, 98, 152, 205, 533, 587, 1302, 1506, 1521, 1573, 1807, 3906, 6461, 9081, 11766, 12595, 15697, 17154, 30507, 36074, 52667, 61367, 122377, 169759
Offset: 1

Views

Author

Robert Price, Apr 09 2016

Keywords

Comments

For k > 1, numbers k such that the digit 4 followed by k-2 occurrences of the digit 0 followed by the digits 19 is prime (see Example section).
a(37) > 3*10^5.

Examples

			3 is in this sequence because 4*10^3 + 19 = 4019 is prime.
Initial terms and associated primes:
a(1) = 0, 23;
a(2) = 1, 59;
a(3) = 2, 419;
a(4) = 3, 4019;
a(5) = 9, 4000000019, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[4*10^# + 19] &]
  • PARI
    is(n)=ispseudoprime(4*10^n + 19) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(35)-a(36) from Robert Price, Oct 22 2018

A271585 Numbers k such that (7*10^k + 143)/3 is prime.

Original entry on oeis.org

1, 2, 3, 6, 7, 10, 11, 25, 26, 32, 122, 123, 126, 161, 292, 320, 743, 1630, 2738, 3178, 4814, 4833, 5030, 7035, 8151, 12554, 13954, 15113, 80490, 96112, 121487, 190683
Offset: 1

Views

Author

Robert Price, Apr 10 2016

Keywords

Comments

For k > 1, numbers k such that the digit 2 followed by k-2 occurrences of the digit 3 followed by the digits 81 is prime (see Example section).
a(33) > 2*10^5.

Examples

			3 is in this sequence because (7*10^3 + 143)/3 = 2381 is prime.
Initial terms and associated primes:
a(1) = 1, 71;
a(2) = 2, 281;
a(3) = 3, 2381;
a(4) = 6, 2333381;
a(5) = 7, 23333381, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[(7*10^# + 143)/3] &]
  • PARI
    is(n)=ispseudoprime((7*10^n+143)/3) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(31)-a(32) from Robert Price, Mar 30 2018

A271618 Numbers k such that 10^k - 801 is prime.

Original entry on oeis.org

3, 4, 6, 14, 15, 16, 20, 46, 52, 114, 165, 468, 504, 568, 713, 748, 899, 958, 992, 1043, 1348, 2388, 3182, 4102, 8847, 10899, 11908, 18852, 25214, 40151, 40290, 51207, 71910, 166324
Offset: 1

Views

Author

Robert Price, Apr 11 2016

Keywords

Comments

For k > 2, numbers k such that k-3 occurrences of the digit 9 followed by the digits 199 is prime (see Example section).
a(35) > 2*10^5.

Examples

			6 is in this sequence because 10^6-801 = 999199 is prime.
Initial terms and associated primes:
a(1) = 3, 199;
a(2) = 4, 9199;
a(3) = 6, 999199;
a(4) = 14, 99999999999199;
a(5) = 15, 999999999999199, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[10^#-801] &]
  • PARI
    is(n)=ispseudoprime(10^n-801) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(34) from Robert Price, Feb 14 2018

A271640 Numbers k such that 3*10^k + 73 is prime.

Original entry on oeis.org

1, 2, 5, 6, 13, 37, 50, 55, 71, 89, 217, 352, 355, 398, 449, 668, 742, 870, 1360, 1579, 2848, 3774, 5039, 5051, 6134, 6824, 7255, 12586, 17106, 27502, 30581, 33817, 97399, 170800, 172219, 177872
Offset: 1

Views

Author

Robert Price, Apr 11 2016

Keywords

Comments

For k > 1, numbers k such that the digit 3 followed by k-2 occurrences of the digit 0 followed by the digits 73 is prime (see Example section).
a(37) > 2*10^5.

Examples

			5 is in this sequence because 3*10^5 + 73 = 300073 is prime.
Initial terms and associated primes:
a(1) = 1, 103;
a(2) = 2, 373;
a(3) = 5, 300073;
a(4) = 6, 3000073;
a(5) = 13, 30000000000073, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[3*10^# + 73] &]
  • PARI
    is(n)=ispseudoprime(3*10^n + 73) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(34)-a(36) from Robert Price, Aug 10 2018

A271645 Numbers k such that (23*10^k + 91)/3 is prime.

Original entry on oeis.org

1, 2, 4, 15, 16, 19, 20, 26, 38, 47, 52, 75, 122, 191, 246, 257, 294, 305, 374, 592, 682, 729, 1092, 2053, 2997, 4065, 13936, 17214, 19059, 37433, 142105, 214633, 242909
Offset: 1

Views

Author

Robert Price, Apr 11 2016

Keywords

Comments

For k > 1, numbers k such that the digit 7 followed by k-2 occurrences of the digit 6 followed by the digits 97 is prime (see Example section).
a(34) > 3*10^5.

Examples

			4 is in this sequence because (23*10^4 + 91)/3 = 76697 is prime.
Initial terms and associated primes:
a(1) = 1, 107;
a(2) = 2, 797;
a(3) = 4, 76697;
a(4) = 15, 7666666666666697;
a(5) = 16, 76666666666666697, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[(23*10^# + 91)/3] &]
  • PARI
    is(n)=ispseudoprime((23*10^n + 91)/3) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(31) from Robert Price, Aug 11 2019
a(32)-a(33) from Robert Price, May 31 2023

A271646 Numbers k such that 22*10^k + 7 is prime.

Original entry on oeis.org

0, 1, 2, 9, 13, 14, 15, 17, 22, 23, 80, 297, 393, 524, 591, 1107, 1135, 1179, 1442, 2819, 3549, 3756, 3837, 4903, 5277, 5639, 7230, 13147, 14828, 16158, 18119, 28880, 99275, 212339, 254639
Offset: 1

Views

Author

Robert Price, Apr 11 2016

Keywords

Comments

For k > 1, numbers k such that the digits 22 followed by k-1 occurrences of the digit 0 followed by the digit 7 is prime (see Example section).
a(36) > 3*10^5.

Examples

			2 is in this sequence because 22*10^2+7 = 227 is prime.
Initial terms and associated primes:
a(1) = 0, 29;
a(2) = 1, 227;
a(3) = 2, 2207;
a(4) = 9, 22000000007;
a(5) = 13, 220000000000007, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[22*10^# + 7] &]
  • PARI
    is(n)=ispseudoprime(22*10^n + 7) \\ Charles R Greathouse IV, Jun 13 2017

Extensions

a(34)-a(35) from Robert Price, Jun 01 2023

A271821 Numbers k such that (5*10^k - 143)/3 is prime.

Original entry on oeis.org

3, 4, 5, 6, 10, 23, 30, 33, 64, 189, 207, 213, 463, 547, 1225, 1795, 3726, 3947, 4989, 5226, 9825, 11489, 12666, 14512, 19588, 28795, 29903, 31889, 71357
Offset: 1

Views

Author

Robert Price, Apr 14 2016

Keywords

Comments

For k > 1, numbers k such that the digit 1 followed by k-2 occurrences of the digit 6 followed by the digits 19 is prime (see Example section).
a(31) > 2*10^5.

Examples

			4 is in this sequence because (5*10^4-143)/3 = 16619 is prime.
Initial terms and associated primes:
a(1) = 3, 1619;
a(2) = 4, 16619;
a(3) = 5, 166619;
a(4) = 6, 1666619;
a(5) = 10, 16666666619, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[(5*10^#-143)/3] &]
  • PARI
    lista(nn) = for(n=1, nn, if(ispseudoprime((5*10^n-143)/3), print1(n, ", "))); \\ Altug Alkan, Apr 14 2016

A271822 Numbers k such that (91*10^k + 11)/3 is prime.

Original entry on oeis.org

1, 2, 4, 6, 12, 13, 14, 17, 19, 31, 50, 58, 81, 87, 161, 234, 244, 482, 505, 676, 1111, 1707, 1929, 2695, 3819, 7708, 28958, 44652, 51508, 56892, 158862, 160249, 162410
Offset: 1

Views

Author

Robert Price, Apr 14 2016

Keywords

Comments

Numbers k such that the digits 30 followed by k-1 occurrences of the digit 3 followed by the digit 7 is prime (see Example section).
a(34) > 3*10^5.

Examples

			4 is in this sequence because (91*10^4+11)/3 = 303337 is prime.
Initial terms and associated primes:
a(1) = 1, 307;
a(2) = 2, 3037;
a(3) = 4, 303337;
a(4) = 6, 30333337;
a(5) = 12, 30333333333337, etc.
		

Crossrefs

Programs

  • Magma
    [n: n in [1..300] |IsPrime((91*10^n + 11) div 3)]; // Vincenzo Librandi, Apr 15 2016
  • Mathematica
    Select[Range[0, 100000], PrimeQ[(91*10^# + 11)/3] &]
  • PARI
    lista(nn) = for(n=1, nn, if(ispseudoprime((91*10^n + 11)/3), print1(n, ", "))); \\ Altug Alkan, Apr 14 2016
    

Extensions

a(31)-a(33) from Robert Price, Feb 15 2020

A271882 Numbers k such that (10^k + 101)/3 is prime.

Original entry on oeis.org

1, 2, 3, 6, 9, 12, 23, 39, 59, 168, 198, 203, 231, 449, 863, 920, 1064, 1484, 1674, 2018, 2943, 3123, 4073, 4122, 8360, 11774, 16031, 26507, 31146, 33170, 44952, 62402, 88020, 89687
Offset: 1

Views

Author

Robert Price, Apr 16 2016

Keywords

Comments

For k > 1, numbers k such that k-2 occurrences of the digit 3 followed by the digits 67 is prime (see Example section).
a(35) > 2*10^5.

Examples

			3 is in this sequence because (10^3+101)/3 = 367 is prime.
Initial terms and associated primes:
a(1) = 1, 37;
a(2) = 2, 67;
a(3) = 3, 367;
a(4) = 6, 333367;
a(5) = 9, 333333367, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[(10^#+101)/3] &]
  • PARI
    lista(nn) = for(n=1, nn, if(ispseudoprime((10^n+101)/3), print1(n, ", "))); \\ Altug Alkan, Apr 16 2016
Previous Showing 31-40 of 490 results. Next