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!)
A104088 Largest prime <= 3^n. 1
3, 7, 23, 79, 241, 727, 2179, 6553, 19681, 59029, 177131, 531383, 1594301, 4782961, 14348891, 43046623, 129140153, 387420479, 1162261453, 3486784393, 10460353199, 31381059607, 94143178807, 282429536453, 847288609423 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
PrimePrev[n_]:=Module[{k=n}, While[ !PrimeQ[k], k-- ]; k]; f[n_]:=3^n; lst={}; Do[AppendTo[lst, PrimePrev[f[n]]], {n, 5!}]; lst (* Vladimir Joseph Stephan Orlovsky, Feb 26 2010 *)
Join[{3}, NextPrime[3^Range[2, 50], -1]] (* Harvey P. Dale, Jun 20 2021 *)
PROG
(PARI) g(n, b) = for(x=0, n, print1(precprime(b^x)", "))
CROSSREFS
Sequence in context: A341071 A148712 A208591 * A169650 A346771 A136508
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Mar 03 2005
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)