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 21-30 of 490 results. Next

A262937 Numbers k such that (28*10^k - 13) / 3 is prime.

Original entry on oeis.org

0, 1, 2, 4, 5, 8, 10, 14, 17, 20, 33, 64, 80, 152, 158, 166, 194, 196, 198, 901, 971, 1289, 1595, 2921, 14390, 28781, 35840
Offset: 1

Views

Author

Robert Price, Sep 23 2016

Keywords

Comments

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

Examples

			2 is in this sequence because (28*10^2 - 13) / 3 = 929 is prime.
Initial terms and associated primes:
a(1) = 0, 5;
a(2) = 1, 89;
a(3) = 2, 929;
a(4) = 4, 93329;
a(5) = 5, 933329, etc.
		

Crossrefs

Programs

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

A265938 Numbers k such that 6*10^k + 91 is prime.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 7, 10, 11, 14, 23, 31, 37, 42, 105, 106, 114, 137, 182, 212, 233, 313, 621, 629, 1067, 1570, 4612, 6288, 20030, 21843, 24800, 43694, 179970
Offset: 1

Views

Author

Robert Price, Apr 06 2016

Keywords

Comments

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

Examples

			3 is in this sequence because 6*10^3+91 = 6091 is prime.
Initial terms and associated primes:
a(1) = 0, 97;
a(2) = 1, 151;
a(3) = 2, 691;
a(4) = 3, 6091;
a(5) = 4, 60091, etc.
		

Crossrefs

Programs

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

Extensions

a(33) from Robert Price, May 21 2019

A266582 Numbers k such that (265*10^k - 7)/3 is prime.

Original entry on oeis.org

1, 2, 4, 9, 13, 14, 16, 46, 99, 112, 116, 127, 146, 208, 512, 848, 1132, 2167, 2482, 2666, 3625, 14410, 16567, 21529, 26272, 69554, 69602
Offset: 1

Views

Author

Robert Price, Jul 10 2016

Keywords

Comments

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

Examples

			4 is in this sequence because (265*10^4 - 7)/3 = 883331 is prime.
Initial terms and associated primes:
a(1) = 1, 881;
a(2) = 2, 8831;
a(3) = 4, 883331l
a(4) = 9, 88333333331;
a(5) = 13, 883333333333331, etc.
		

Crossrefs

Programs

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

A267865 Numbers k such that 49*10^k + 1 is prime.

Original entry on oeis.org

1, 4, 5, 7, 9, 10, 18, 19, 34, 52, 71, 180, 238, 331, 370, 576, 925, 994, 1075, 1841, 2460, 2857, 6007, 6193, 10836, 18732, 58708, 72861
Offset: 1

Views

Author

Robert Price, Apr 07 2016

Keywords

Comments

Numbers k such that the digits 49 followed by k-1 occurrences of the digit 0 followed by the digit 1 is prime (see Example section).
a(29) > 10^5.

Examples

			4 is in this sequence because 49*10^4 + 1 = 490001 is prime.
Initial terms and associated primes:
a(1) = 1, 491;
a(2) = 4, 490001;
a(3) = 5, 4900001;
a(4) = 7, 490000001;
a(5) = 9, 49000000001, etc.
		

Crossrefs

Programs

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

A271340 Numbers k such that (14*10^k + 73)/3 is prime.

Original entry on oeis.org

0, 1, 2, 3, 4, 6, 7, 10, 15, 19, 32, 54, 68, 114, 148, 227, 238, 286, 405, 789, 857, 1310, 2314, 3613, 4103, 4215, 5135, 6094, 8023, 8718, 16899, 34215, 41989, 81585, 85010, 143097, 165282, 199447
Offset: 1

Views

Author

Robert Price, Apr 05 2016

Keywords

Comments

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

Examples

			3 is in this sequence because (14*10^3 + 73)/3 = 4691 is prime.
Initial terms and associated primes:
a(1) = 0, 29;
a(2) = 1, 71;
a(3) = 2, 491;
a(4) = 3, 4691;
a(5) = 4, 46691;
a(6) = 6, 4666691, etc.
		

Crossrefs

Programs

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

Extensions

a(36)-a(38) from Robert Price, Dec 26 2018

A271360 Numbers k such that 5*10^k + 87 is prime.

Original entry on oeis.org

1, 2, 3, 4, 6, 16, 38, 39, 46, 61, 62, 100, 116, 152, 190, 298, 472, 642, 688, 1676, 1971, 2338, 4389, 4520, 4986, 7765, 9428, 10820, 18984, 19797, 35360, 42146, 168807
Offset: 1

Views

Author

Robert Price, Apr 05 2016

Keywords

Comments

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

Examples

			3 is in this sequence because 5*10^3 + 87 = 5087 is prime.
Initial terms and associated primes:
a(1) = 1, 137;
a(2) = 2, 587;
a(3) = 3, 5087;
a(4) = 4, 50087;
a(5) = 6, 5000087, etc.
		

Crossrefs

Programs

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

Extensions

a(33) from Robert Price, Feb 24 2019

A271361 Numbers k such that 63*10^k + 1 is prime.

Original entry on oeis.org

1, 2, 12, 21, 27, 30, 33, 44, 46, 76, 78, 83, 84, 92, 582, 750, 787, 3218, 3290, 5617, 6385, 13960, 22705, 27636, 36497, 50349, 51169, 70381, 70486, 73096
Offset: 1

Views

Author

Robert Price, Apr 05 2016

Keywords

Comments

Numbers k such that the digits 63 followed by k-1 occurrences of the digit 0 followed by the digit 1 is prime (see Example section).
a(31) > 10^5.

Examples

			2 is in this sequence because 63*10^2+1 = 6301 is prime.
Initial terms and associated primes:
a(1) = 1, 631;
a(2) = 2, 6301;
a(3) = 12, 63000000000001;
a(4) = 21, 63000000000000000000001;
a(5) = 27, 63000000000000000000000000001, etc.
		

Crossrefs

Programs

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

A271375 Numbers k such that (38*10^k + 637)/9 is prime.

Original entry on oeis.org

1, 4, 14, 19, 25, 26, 32, 41, 59, 79, 83, 101, 103, 200, 308, 314, 548, 565, 620, 922, 1102, 1960, 2245, 2254, 5393, 5935, 6227, 14350, 25070
Offset: 1

Views

Author

Robert Price, Apr 05 2016

Keywords

Comments

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

Examples

			4 is in this sequence because (38*10^4+637)/9 = 42293 is prime.
Initial terms and associated primes:
a(1) = 1, 113;
a(2) = 4, 42293;
a(3) = 14, 422222222222293;
a(4) = 19, 42222222222222222293;
a(5) = 25, 42222222222222222222222293, etc.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 100000], PrimeQ[(38*10^# + 637)/9] &]
  • PARI
    lista(nn) = for(n=1, nn, if(ispseudoprime((38*10^n + 637)/9), print1(n, ", "))); \\ Altug Alkan, Apr 05 2016

A271377 Numbers k such that (28*10^k - 43)/3 is prime.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 13, 43, 112, 114, 127, 242, 247, 251, 335, 450, 616, 816, 1237, 1448, 4303, 4865, 5414, 6427, 9045, 10391, 12651, 25071, 27901, 50362, 58843, 67378, 68107, 262655
Offset: 1

Views

Author

Robert Price, Apr 05 2016

Keywords

Comments

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

Examples

			3 is in this sequence because (28*10^3 - 43)/3 = 9319 is prime.
Initial terms and associated primes:
a(1) = 1, 79;
a(2) = 2, 919;
a(3) = 3, 9319;
a(4) = 4, 93319;
a(5) = 5, 933319, etc.
		

Crossrefs

Programs

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

Extensions

a(35) from Robert Price, Jul 02 2023

A271505 Numbers k such that (82*10^k + 161)/9 is prime.

Original entry on oeis.org

1, 2, 4, 5, 7, 8, 14, 17, 22, 49, 130, 136, 142, 170, 196, 220, 967, 1816, 2165, 2542, 2635, 3979, 10319, 11096, 12191, 14381, 14444, 17558, 18230, 42176, 113681
Offset: 1

Views

Author

Robert Price, Apr 08 2016

Keywords

Comments

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

Examples

			4 is in this sequence because (82*10^4+161)/9 = 91129 is prime.
Initial terms and associated primes:
a(1) = 1, 109;
a(2) = 2, 929;
a(3) = 4, 91129;
a(4) = 5, 911129;
a(5) = 7, 91111129, etc.
		

Crossrefs

Programs

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

Extensions

a(31) from Robert Price, Oct 31 2019
Previous Showing 21-30 of 490 results. Next