%I A063767
%S A063767 2,11,53,347,2411,16811,117659,823547,5764817,40353611,282475267,
%T A063767 1977326753,13841287217,96889010447,678223072853,4747561510009,
%U A063767 33232930569607,232630513987231,1628413597910497,11398895185373167
%N A063767 Smallest prime > 7^n.
%C A063767 Variant of A104084 - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec
13 2008
%t A063767 NextPrime[ n_Integer ] := (k = n + 1; While[ !PrimeQ[ k ], k++ ]; k);
Table[ NextPrime[ 7^n ], {n, 0, 22} ]
%Y A063767 Sequence in context: A026933 A052171 A030281 this_sequence A161559 A128748
A037522
%Y A063767 Adjacent sequences: A063764 A063765 A063766 this_sequence A063768 A063769
A063770
%K A063767 nonn
%O A063767 0,1
%A A063767 Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 14 2001
%E A063767 Corrected definition. R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec
13 2008
|