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!)
A269327 a(n) = 7^prime(n). 2

%I #22 Sep 08 2022 08:46:15

%S 49,343,16807,823543,1977326743,96889010407,232630513987207,

%T 11398895185373143,27368747340080916343,3219905755813179726837607,

%U 157775382034845806615042743,18562115921017574302453163671207,44567640326363195900190045974568007

%N a(n) = 7^prime(n).

%F a(n) = 7^A000040(n).

%F Sum_{n>=1} 1/a(n) = A132822. - _Amiram Eldar_, Aug 11 2020

%e The second prime is 3, hence a(2) = 7^3 = 343.

%e The third prime is 5, hence a(3) = 7^5 = 16807.

%p A269327:=n->7^ithprime(n): seq(A269327(n), n=1..20); # _Wesley Ivan Hurt_, Mar 07 2016

%t 7^Prime[Range[20]] (* _Alonso del Arte_, Feb 23 2016 *)

%o (Magma) [7^p: p in PrimesUpTo(45)]; // _Vincenzo Librandi_, Feb 25 2016

%o (PARI) a(n) = 7^prime(n); \\ _Altug Alkan_, Mar 04 2016

%Y Cf. A000040, A000420, A034785, A053810, A057901, A057902, A132822.

%K nonn,easy

%O 1,1

%A _Emre APARI_, Feb 23 2016

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)