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!)
A206295 (1/6)*A007188(n). 2

%I #6 Mar 30 2012 18:58:12

%S 1,15,7875,11142140625,467812950752090302734375,

%T 202822649430450649753225796950422853099588897705078125

%N (1/6)*A007188(n).

%C For n>1, a(n) is divisible by the product of the first n odd primes.

%t c[n_] := CoefficientList[(1 + x)^n, x]

%t f[n_] := Product[Prime[k]^c[n][[k]],

%t {k, 1, Length[c[n]]}]

%t t=Table[f[n], {n, 1, 7}] (* A007188 *)

%t t/6 (* A206295 *)

%Y Cf. A007188.

%K nonn

%O 1,2

%A _Clark Kimberling_, Feb 05 2012

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)