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!)
A141421 First bisection of A091137. 2
1, 12, 720, 60480, 3628800, 479001600, 2615348736000, 31384184832000, 32011868528640000, 51090942171709440000, 33720021833328230400000, 9306726025998591590400000, 50814724101952310083584000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The second bisection is obtained by doubling the terms, 2*a(n).
LINKS
FORMULA
a(n)=A091137(2n).
MAPLE
A091137 := proc(n) local a, p ; a := 1; p := 2: while floor(n/(p-1)) > 0 do a := a*p^(floor(n/(p-1))) ; p := nextprime(p) ; od: RETURN(a) ; end: A141421 := proc(n) A091137(2*n) ; end: for n from 0 to 20 do printf("%d, ", A141421(n)) ; od: # R. J. Mathar, Aug 09 2008
CROSSREFS
Sequence in context: A277691 A262383 A002196 * A000909 A358732 A162447
KEYWORD
nonn
AUTHOR
Paul Curtz, Aug 05 2008
EXTENSIONS
Edited and extended by R. J. Mathar, Aug 09 2008
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)