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!)
A195338 a(n) = A091137(n) / A016116(n). 0
1, 2, 6, 12, 180, 360, 7560, 15120, 226800, 453600, 14968800, 29937600, 40864824000, 81729648000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
a[n_] := (For[primePi = 1; p = 2; m = 1, p <= n + 1, primePi++, p = Prime[primePi]; m = m*p^Quotient[n, p - 1]]; m/2^Floor[n/2]); Table[a[n], {n, 0, 13}] (* Jean-François Alcover, Oct 02 2012 *)
CROSSREFS
Sequence in context: A290406 A371042 A319481 * A179201 A105122 A351940
KEYWORD
nonn
AUTHOR
Paul Curtz, Sep 16 2011
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)