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!)
A255435 Product_{k=0..n} (k^5+1). 5
1, 2, 66, 16104, 16506600, 51599631600, 401290334953200, 6744887949893385600, 221023233230056352726400, 13051421922234827628493920000, 1305155243645404997677020493920000, 210197862299579765685879504586803840000, 52304164669591331834914454764848159918720000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Erhan Gürela, Ali Ulas Özgür Kisisel, A note on the products (1^mu + 1)(2^mu + 1)···(n^mu + 1), Journal of Number Theory, Volume 130, Issue 1, January 2010, Pages 187-191.
FORMULA
a(n) ~ c * n^(5*n+5/2) / exp(5*n), where c = 4 * sqrt(2) * Pi^(5/2) / abs(GAMMA(3/4 + sqrt(5)/4 + I*sqrt(5/8 + sqrt(5)/8)) * GAMMA(3/4 - sqrt(5)/4 + I*sqrt(5/8 - sqrt(5)/8)))^2 = 205.260576646551853296... .
MATHEMATICA
Table[Product[k^5 + 1, {k, 0, n}], {n, 0, 15}]
PROG
(PARI) a(n) = prod(k=1, n, 1+k^5); \\ Michel Marcus, Jan 25 2016
CROSSREFS
Sequence in context: A361884 A261784 A350730 * A335546 A139822 A119552
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Feb 23 2015
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 28 15:28 EDT 2024. Contains 371254 sequences. (Running on oeis4.)