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.

A209063 Let p = A099180(n) be the n-th prime which is greater than its reversal p'; a(n) = number of ways to write p as a multiple of p' +- q where q is a prime < p.

Original entry on oeis.org

1, 2, 0, 1, 4, 3, 0, 2, 1, 1, 1, 1, 1, 1, 0, 0, 3, 2, 4, 0, 0, 2, 0, 2, 1, 3, 1, 1, 1, 1, 1, 4, 1, 4, 2, 0, 1, 2, 1, 1, 1, 2, 1, 0, 1, 1, 1, 4, 4, 1, 0, 1, 1, 2, 0, 3, 2, 0, 0, 3, 1, 3, 0, 0, 1, 3, 0, 0, 2, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 1
Offset: 1

Views

Author

N. J. A. Sloane, Mar 13 2012

Keywords

Comments

Sequence is bounded - see A202286.

Examples

			For n=6, p = 71, p' = 17 and there are three solutions:
71 = 2*17 + 3771 = 4*17 + 371 = 6*17 - 31, so a(6) = 3.
		

Crossrefs

Cf. A099180, A209914. A202286 gives smallest m such that a(m) = n.

Programs

Formula

Equals A209914 o A099180. - M. F. Hasler, Mar 15 2012

A099180 Primes p which are greater than p reversed.

Original entry on oeis.org

31, 41, 43, 53, 61, 71, 73, 83, 97, 211, 241, 251, 271, 281, 311, 331, 401, 421, 431, 433, 443, 461, 463, 491, 503, 521, 523, 541, 563, 571, 593, 601, 613, 631, 641, 643, 653, 661, 673, 683, 691, 701, 733, 743, 751, 761, 773, 811, 821, 823, 827, 853, 857, 863
Offset: 1

Views

Author

Robert G. Wilson v, Oct 01 2004

Keywords

Crossrefs

Programs

  • Mathematica
    Select[ Prime[ Range[ 150]], # > FromDigits[ Reverse[ IntegerDigits[ # ]]] &]
  • PARI
    A099180(n)=type(A99180)=="t_VEC" || A99180=[31]; #A99180>=n && return(A99180[n]); my(p=A99180[#A99180]); A99180=concat(A99180, vector(n-#A99180, k, until(A004086(p=nextprime(p+1))M. F. Hasler, Mar 15 2012
    
  • PARI
    A99180=select( p->A004086(p)M. F. Hasler, Mar 15 2012

A182239 Primes equal to a multiple of its reversal +/- a prime smaller than itself in exactly 8 ways.

Original entry on oeis.org

845534401, 83565065201, 829144019201, 834854554601, 854516148301, 866422665701, 878554044001, 889419071111, 890750408711, 891079866601
Offset: 1

Views

Author

Hans Havermann, Apr 20 2012

Keywords

Crossrefs

Showing 1-3 of 3 results.