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!)
A092759 a(n) = prime(n)^7. 31
128, 2187, 78125, 823543, 19487171, 62748517, 410338673, 893871739, 3404825447, 17249876309, 27512614111, 94931877133, 194754273881, 271818611107, 506623120463, 1174711139837, 2488651484819, 3142742836021, 6060711605323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Seventh powers of prime numbers. - Wesley Ivan Hurt, Mar 27 2014
LINKS
FORMULA
a(n) = A086874(n-1), n>1. - R. J. Mathar, Sep 08 2008
a(n) = A000040(n)^7 = A001015(A000040(n)). - Wesley Ivan Hurt, Mar 27 2014
Sum_{n>=1} 1/a(n) = P(7) = 0.0082838328... (A085967). - Amiram Eldar, Jul 27 2020
From Amiram Eldar, Jan 24 2021: (Start)
Product_{n>=1} (1 + 1/a(n)) = zeta(7)/zeta(14) = A013665/A013672.
Product_{n>=1} (1 - 1/a(n)) = 1/zeta(7) = 1/A013665. (End)
EXAMPLE
a(1) = 128 since the seventh power of the first prime is 2^7 = 128. - Wesley Ivan Hurt, Mar 27 2014
MAPLE
A092759:=n->ithprime(n)^7; seq(A092759(n), n=1..30); # Wesley Ivan Hurt, Mar 27 2014
MATHEMATICA
Array[Prime[ # ]^7 &, 30] (* Vladimir Joseph Stephan Orlovsky, May 01 2008 *)
Table[Prime[n]^7, {n, 30}] (* Wesley Ivan Hurt, Mar 27 2014 *)
PROG
(PARI) a(n)=prime(n)^7 \\ Charles R Greathouse IV, Jul 20 2011
(Magma) [p^7: p in PrimesUpTo(300)]; // Vincenzo Librandi, Mar 27 2014
CROSSREFS
Subsequence of A030626.
Sequence in context: A343287 A113852 A046456 * A056574 A096961 A231306
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Apr 13 2004
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 March 19 06:56 EDT 2024. Contains 370953 sequences. (Running on oeis4.)