login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A104091
Largest prime <= 6^n.
2
5, 31, 211, 1291, 7759, 46649, 279919, 1679609, 10077689, 60466169, 362796997, 2176782317, 13060693999, 78364164083, 470184984569, 2821109907437, 16926659444687, 101559956668403, 609359740010477, 3656158440062969
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Table of n, a(n) for n=1..20.
PROG
(PARI) g(n, b) = for(x=0, n, print1(precprime(b^x)", "))
CROSSREFS
Sequence in context:
A007197
A247639
A002649
*
A153292
A087457
A146962
Adjacent sequences:
A104088
A104089
A104090
*
A104092
A104093
A104094
KEYWORD
easy
,
nonn
AUTHOR
Cino Hilliard
, Mar 03 2005
STATUS
approved