login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061063 2^(2^n)*3^(2^n) - 2^(2^n) - 3^(2^n). 1
1, 23, 1199, 1672799, 2821066795199, 7958661108093376400572799, 63340286662973277702728603126500927381164903187199 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

For n=1, 4, 5, 7 values are primes.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,10

S. M. Ruiz, New Prime Numbers

FORMULA

2^(2^n)*3^(2^n)-2^(2^n)-3^(2^n).

MATHEMATICA

f[n_]:=Module[{n1=2^2^n, n2=3^2^n}, n1 n2-n1-n2]; f/@Range[0, 7]  (* From Harvey P. Dale, Apr 04 2011 *)

PROG

(PARI) { for (n=0, 10, p=2^n; w=2^p; h=3^p; write("b061063.txt", n, " ", w*h - w - h) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 17 2009]

(MAGMA) [6^(2^n) - 2^(2^n) - 3^(2^n): n in [0..12]]; // Vincenzo Librandi, Apr 05 2011

CROSSREFS

Sequence in context: A128404 A126741 A202656 * A100768 A201309 A049003

Adjacent sequences:  A061060 A061061 A061062 * A061064 A061065 A061066

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), May 27 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:50 EST 2012. Contains 206050 sequences.