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.

A185719 Final prime of the first member of A019518 that is divisible by 43^n.

Original entry on oeis.org

211, 4051, 398261, 35912593, 5355284791
Offset: 1

Views

Author

James G. Merickel, Feb 05 2011

Keywords

Examples

			The number 2357...199211 is the first term in A019518 divisible by 43^1, therefore a(1) = 211.
		

Crossrefs

Programs

  • PARI
    a(n,m=43)={ my(s=10,p=2); n=Mod(0,m^n); while(n=n*s+p,(p=nextprime(p+1))>s & s*=10) ;p}  \\ M. F. Hasler, Feb 08 2011

Formula

a(n) = Min_{ prime(k) | A019518(k) = 0 (mod 43^n) }. - M. F. Hasler, Feb 08 2011