login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A185719 Final prime of the first member of A019518 that is divisible by 43^n. 0
211, 4051, 398261, 35912593, 5355284791 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Min_{ prime(k) | A019518(k) = 0 (mod 43^n) }. - M. F. Hasler, Feb 08 2011
EXAMPLE
The number 2357...199211 is the first term in A019518 divisible by 43^1, therefore a(1) = 211.
PROG
(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
CROSSREFS
Sequence in context: A330426 A071367 A271979 * A224101 A013529 A229519
KEYWORD
nonn,base,more
AUTHOR
James G. Merickel, Feb 05 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)