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!)
A071627 Terms of Chernoff sequence A006939 divided by (n + 1)!. 0
1, 1, 2, 15, 630, 242550, 1040539500, 66400727518125, 71562941411142431250, 1596518198505361496634018750, 938998452767448490315979899506187500, 15693832493195927010608457268015759163973281250 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
I.e. divided by the number of divisors of A006939(n), which is (n + 1)!.
LINKS
FORMULA
a(n) = A006939(n)/(n + 1)! = A006939(n)/A000005(A006939(n)).
PROG
(PARI) a(n) = prod(k=1, n, prime(k)^(n-k+1))/(n + 1)!; \\ Michel Marcus, Jan 11 2023
CROSSREFS
Sequence in context: A078475 A015185 A203467 * A013064 A013095 A208051
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, May 30 2002
EXTENSIONS
Corrected by Georg Fischer, Jan 11 2023
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)