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

 


A057901
a(n) = 3^prime(n).
9
9, 27, 243, 2187, 177147, 1594323, 129140163, 1162261467, 94143178827, 68630377364883, 617673396283947, 450283905890997363, 36472996377170786403, 328256967394537077627, 26588814358957503287787
OFFSET
1,1
LINKS
FORMULA
a(n) = 3^A000040(n).
Sum_{n>=1} 1/a(n) = A132800. - Amiram Eldar, Aug 11 2020
EXAMPLE
a(4) = 3^7 = 2187.
MATHEMATICA
3^Prime@Range@30 (* Vladimir Joseph Stephan Orlovsky, Apr 11 2011 *)
PROG
(Magma) [3^p: p in PrimesUpTo(30)]; // Vincenzo Librandi, Jun 03 2014
CROSSREFS
Subsequence of A000244 (powers of 3).
Sequence in context: A217640 A227474 A286524 * A320676 A317027 A020254
KEYWORD
nonn
AUTHOR
Henry Bottomley, Sep 29 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 08:59 EDT 2024. Contains 376097 sequences. (Running on oeis4.)