The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A139486 a(n) = Product_{j=0..n-1} (2^j + 2). 1
1, 3, 12, 72, 720, 12960, 440640, 29082240, 3780691200, 975418329600, 501365021414400, 514400511971174400, 1054521049540907520000, 4321427261018639016960000, 35409774976786728104970240000, 580224572769627326728042352640000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A139485(2^n + 1) - 1 = Sum_{j=1..2^n} A139485(j).
For n >= 1, a(n) = 2^(n-1) * 3 * A028361(n-1).
PROG
(PARI) { a(n) = prod(j=0, n-1, 2^j+2) }
CROSSREFS
Sequence in context: A147998 A052676 A054640 * A260622 A348222 A346664
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Apr 23 2008
EXTENSIONS
Edited and extended by Max Alekseyev, Oct 24 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 May 14 04:33 EDT 2024. Contains 372528 sequences. (Running on oeis4.)