Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141421
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141421 First bisection of A091137. +0
1
1, 12, 720, 60480, 3628800, 479001600, 2615348736000, 31384184832000, 32011868528640000, 51090942171709440000, 33720021833328230400000, 9306726025998591590400000, 50814724101952310083584000000 (list; graph; listen)
OFFSET

0,2

COMMENT

The second bisection is obtained by doubling the terms, 2*a(n).

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 (mathar(AT)strw.leidenuniv.nl), Aug 09 2008

CROSSREFS

Sequence in context: A071307 A060612 A002196 this_sequence A000909 A061025 A042749

Adjacent sequences: A141418 A141419 A141420 this_sequence A141422 A141423 A141424

KEYWORD

nonn

AUTHOR

Paul Curtz (bpcrtz(AT)free.fr), Aug 05 2008

EXTENSIONS

Edited and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 09 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research