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!)
A236368 a(n) = 4^(n!) - 3^(n!). 1
1, 1, 7, 3367, 281192547174175, 1766847064778382532572997586311708102647654387270579226645978663441513375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(6) has 434 digits.
LINKS
FORMULA
a(n) = 4^(n!) - 3^(n!) = A101407(n) - A100731(n).
EXAMPLE
a(3) = 4^(3!) - 3^(3!) = 4^6 - 3^6 = 3367.
MATHEMATICA
4^#-3^#&/@(Range[0, 5]!) (* Harvey P. Dale, Nov 26 2016 *)
PROG
(PARI) a(n) = 4^(n!) - 3^(n!); \\ Michel Marcus, Jan 23 2014
CROSSREFS
Sequence in context: A070227 A218141 A172956 * A350018 A055307 A052496
KEYWORD
nonn
AUTHOR
Assoul Abdelkarim, Jan 23 2014
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 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)