The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A079395 a(n) = prime(n)^11. 8
2048, 177147, 48828125, 1977326743, 285311670611, 1792160394037, 34271896307633, 116490258898219, 952809757913927, 12200509765705829, 25408476896404831, 177917621779460413, 550329031716248441 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
From Amiram Eldar, Jan 24 2021: (Start)
Product_{n>=1} (1 + 1/a(n)) = zeta(11)/zeta(22).
Product_{n>=1} (1 - 1/a(n)) = 1/zeta(11) = 1/A013669. (End)
EXAMPLE
2^11 = 2048.
MAPLE
A079395:=n->ithprime(n)^11: seq(A079395(n), n=1..30); # Wesley Ivan Hurt, Feb 07 2017
MATHEMATICA
Array[Prime[ # ]^11 &, 30] (* Vladimir Joseph Stephan Orlovsky, May 01 2008 *)
Prime[Range[20]]^11 (* Vincenzo Librandi, Mar 27 2014 *)
PROG
(PARI) forprime (p=2, 100, print1(p^11", "))
(Magma) [p^11: p in PrimesUpTo(300)]; // Vincenzo Librandi, Mar 27 2014
CROSSREFS
Subsequence of A008455.
Cf. A013669.
Sequence in context: A321835 A017686 A008455 * A096963 A234740 A134684
KEYWORD
nonn,easy
AUTHOR
Jon Perry, Jan 06 2003
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 May 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)