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.

A183194 Final prime of first member of A019518 that is divisible by 3^n.

Original entry on oeis.org

29, 71, 71, 239, 239, 239, 13001, 50333, 50333, 374893, 1831913, 1831913, 3836171, 8467523, 8467523, 171374563, 2260865401, 2260865401, 2260865401, 2260865401, 2260865401, 1618263493747, 5212787222677, 5212787222677
Offset: 1

Views

Author

James G. Merickel, Dec 29 2010

Keywords

Comments

Note that the ratio of distinct to total terms is anomalous to this point.

Examples

			a(1)=29 since 2357111317192329 is divisible by 3.
		

Crossrefs

Extensions

a(22)-a(24) by Phil Carmody, Dec 29 2010

A183195 Pi function of the primes given in A183194.

Original entry on oeis.org

10, 20, 20, 52, 52, 52, 1548, 5166, 5166, 31894, 137308, 137308, 272391, 569065, 569065, 9575722, 110367538, 110367538, 110367538, 110367538, 110367538, 59775617846, 184563607175, 184563607175
Offset: 1

Views

Author

James G. Merickel, Dec 29 2010

Keywords

Crossrefs

Formula

a(n) = A000720(A183194(n)).

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
Showing 1-3 of 3 results.