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!)
A167536 a(n) = 3^(2^n) - 2^(2^n). 1
1, 5, 65, 6305, 42981185, 1853015893884545, 3433683820274065740584139537665, 11790184577738583171520532579045597727214748217668409340885505 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)= A001047(2^n).
MAPLE
A167536 := proc(n) 3^(2^n)-2^(2^n) ; end proc: seq(A167536(n), n=1..10) ; # R. J. Mathar, Nov 07 2009
MATHEMATICA
a[n_]:= 2^n; Table[3^a[n] - 2^a[n], {n, 0, 10}] (* G. C. Greubel, Jun 14 2016 *)
Table[3^(2^n) - 2^(2^n), {n, 0, 10}] (* Vincenzo Librandi, Jun 15 2016 *)
PROG
(Magma) [3^(2^n)-2^(2^n): n in [0..10]]; // Vincenzo Librandi Jun 15 2016
CROSSREFS
Cf. A118004.
Sequence in context: A162080 A012476 A195516 * A237887 A042491 A183899
KEYWORD
nonn
AUTHOR
Jamel Ghanouchi, Nov 06 2009
EXTENSIONS
Edited by R. J. Mathar, Nov 11 2009
Offset changed from 1 to 0 from Vincenzo Librandi, Jun 15 2016
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)