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 30 results.

A110920 Integers n such that 2*10^n + 81 is a prime number.

Original entry on oeis.org

0, 1, 2, 3, 6, 7, 8, 15, 36, 38, 51, 168, 1000, 2955, 8151, 16456, 17902, 18784, 24948, 28731, 87144
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Oct 04 2005

Keywords

Comments

See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "20081".
a(22) > 10^5. - Robert Price, Jan 19 2017

Examples

			n = 3 is a term because 2*10^3 + 81 = 2*1000 + 81 = 2000 + 81 = 2081 and 2081 is prime.
		

Crossrefs

Extensions

a(15)-a(18) from Kamada link by Ray Chandler, Dec 23 2010
a(1)-a(2) prepended by Robert Price, Jan 19 2017
a(19)-a(21) from Robert Price, Jan 19 2017

A110933 Integers k such that 3*10^k + 71 is a prime number.

Original entry on oeis.org

1, 4, 7, 16, 19, 190, 227, 235, 283, 319, 1655, 3955, 10666, 30724
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Oct 04 2005

Keywords

Comments

See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "30071".
a(15) > 10^5. - Robert Price, Jan 22 2017

Examples

			k = 7 is a member because: 3*10^7 + 71 = 30000071, which is prime.
		

Crossrefs

Programs

  • PARI
    isok(n) = isprime(3*10^n+71); \\ Michel Marcus, Jan 22 2017

Extensions

a(13) from Ray Chandler, Dec 23 2010
Prepended a(1)=1 by Robert Price, Jan 22 2017
a(14) from Robert Price, Jan 22 2017

A110949 Integers n such that 4*10^n + 61 is prime.

Original entry on oeis.org

1, 2, 7, 11, 191, 248, 1067, 2666, 5252, 13400, 22886, 23739, 29095
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Oct 04 2005

Keywords

Comments

See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "40061".
a(14) > 10^5. - Robert Price, Jan 22 2017

Examples

			n = 7 is in the sequence because 4*10^7 + 61 = 4*10000000 + 61 = 40000000 + 61 = 40000061, which is prime.
		

Crossrefs

Programs

  • PARI
    isok(n) = isprime(4*10^n+61); \\ Michel Marcus, Jan 22 2017

Extensions

a(9)-a(11) from Ray Chandler, Dec 23 2010
Prepended a(1)=1 by Robert Price, Jan 22 2017
a(12)-a(13) from Robert Price, Jan 22 2017

A110983 Integers k such that 5*10^k + 51 is prime.

Original entry on oeis.org

1, 3, 4, 16, 430, 727, 1415, 2691, 3160, 3904, 5464, 19875, 65255, 68524
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Oct 04 2005

Keywords

Comments

See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "50051".
a(15) > 10^5. - Robert Price, Jan 28 2017

Examples

			k = 4 is a member because: 5*10^4+51 = 5*10000+51 = 50000+51 = 50051, which is prime.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[1, 1000], PrimeQ[5*10^# + 51] &] (* Julien Kluge, Dec 15 2016 *)

Extensions

a(11)-a(12) from Ray Chandler, Dec 23 2010
Prepended a(1)=1 by Robert Price, Jan 28 2017
a(13)-a(14) from Robert Price, Jan 28 2017

A110995 Integers k such that 6*10^k + 41 is a prime number.

Original entry on oeis.org

0, 1, 2, 4, 6, 8, 50, 54, 102, 134, 212, 872, 3055, 3427, 3528, 4262, 4414, 6084, 93792
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Oct 04 2005

Keywords

Comments

See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "60041".
a(20) > 10^5. - Robert Price, Jan 19 2017

Examples

			k = 4 is a term because 6*10^4 + 41 = 6*10000 + 41 = 60000 + 41 = 60041, which is a prime number.
		

Crossrefs

Extensions

a(18) from Ray Chandler, Dec 23 2010
a(1)-a(2) prepended by Robert Price, Jan 19 2017
a(19) from Robert Price, Jan 19 2017

A111022 Integers n such that 8*10^n+21 is prime.

Original entry on oeis.org

0, 1, 2, 4, 10, 40, 55, 162, 264, 506, 870, 948, 1339, 3587, 6428, 48490, 81487
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Oct 04 2005

Keywords

Comments

See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "80021".
a(18) > 10^5. - Robert Price, Feb 06 2017

Examples

			n = 4 is a member because: 8*10^4+21 = 8*10000+21 = 80000+21 = 80021, which is prime.
		

Crossrefs

Extensions

a(15) from Ray Chandler, Dec 23 2010
Prepended a(1)=0 and a(2)=1 by Robert Price, Feb 06 2017
a(16)-a(17) from Robert Price, Feb 06 2017

A111023 Integers n such that 9*10^n + 11 is a prime number.

Original entry on oeis.org

1, 2, 3, 4, 6, 8, 16, 20, 27, 115, 180, 274, 576, 1111, 2404, 5127, 8082, 9514, 12808, 14752, 15926, 22670, 37432, 41988, 53707, 72595, 92742
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Oct 04 2005

Keywords

Comments

See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "90w11".
a(28) > 10^5. - Robert Price, Jan 28 2017

Examples

			n = 6 is a member because 9*10^6 + 11 = 9*1000000 + 11 = 9000011, which is prime.
		

Crossrefs

Cf. A100275 = numbers n such that 9*10^n-11 is prime.

Programs

  • Mathematica
    Do[If[PrimeQ[9*10^n+11],Print[n]],{n,1,1300}] (* Zak Seidov, Sep 14 2006 *)

Extensions

Edited by N. J. A. Sloane, Apr 11 2008
a(16)-a(22) from Ray Chandler, Dec 23 2010
a(23)-a(27) from Robert Price, Jan 28 2017

A216179 a(n) = 10^n + 3.

Original entry on oeis.org

13, 103, 1003, 10003, 100003, 1000003, 10000003, 100000003, 1000000003, 10000000003, 100000000003, 1000000000003, 10000000000003, 100000000000003, 1000000000000003, 10000000000000003, 100000000000000003, 1000000000000000003, 10000000000000000003
Offset: 1

Views

Author

Ivan Panchenko, Mar 10 2013

Keywords

Comments

1 followed by n - 1 0's followed by 3

Crossrefs

Cf. A049054.

Programs

  • Mathematica
    Table[10^n + 3, {n, 1, 19}]
    NestList[10# - 27 &, 13, 18]

Formula

a(n) = 10a(n - 1) - 27 with n > 1, a(1) = 13.

A356987 Primes whose decimal expansion is 1, zero or more 0's, then a single digit.

Original entry on oeis.org

11, 13, 17, 19, 101, 103, 107, 109, 1009, 10007, 10009, 100003, 1000003, 100000007, 1000000007, 1000000009, 100000000003, 100000000000000003, 1000000000000000003, 1000000000000000009, 10000000000000000000009, 1000000000000000000000007
Offset: 1

Views

Author

Marco RipĂ , Sep 08 2022

Keywords

Comments

The sequence is a subsequence of A139054.
All the terms of this sequence are of the form 10^k + m, where m belongs to the set {1, 3, 7, 9} and k is a nonnegative integer.
If a term is of the form 10^k+m and k is odd, then m > 1. - Chai Wah Wu, Oct 22 2022

Examples

			1000000007 is a term because it is a prime number whose decimal expansion is 1, 8 zeros, then the single digit 7.
		

Crossrefs

Programs

A359630 Primes p such that 10^p+3 or 10^p+9 is also prime.

Original entry on oeis.org

2, 3, 5, 11, 17, 101, 107, 26927, 48109
Offset: 1

Views

Author

Mikk Heidemaa, Jan 08 2023

Keywords

Comments

Union of the terms which are prime in A049054 and in A088275.
If it exists, a(10) > 2*10^5 (according to the comment at A088275).

Examples

			3 is a term since it is prime and so is 10^3 + 9 = 1009.
11 is a term since it is prime and 10^11 + 3 = 100000000003 is also a prime.
		

Crossrefs

Programs

  • Mathematica
    Block[{p}, ParallelDo[p := Prime @ i; If[(PrimeQ[10^p + 3] || PrimeQ[10^p + 9]), Print @ p], {i, PrimePi @ 48109}, Method -> "FinestGrained"]]
    Select[Prime[Range[5000]],AnyTrue[10^#+{3,9},PrimeQ]&] (* Harvey P. Dale, Feb 09 2025 *)
Previous Showing 21-30 of 30 results.