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

Table of n, a(n) for n=0..11.

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

Cf. A006939, A000142, A000005.

Sequence in context: A078475 A015185 A203467 * A013064 A013095 A208051

Adjacent sequences: A071624 A071625 A071626 * A071628 A071629 A071630

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 1 03:44 EDT 2023. Contains 361673 sequences. (Running on oeis4.)