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!)
A236369 4^n! - 3^n! + 2^n! - 1. 0
2, 2, 10, 3430, 281192563951390, 1766847064778382532572997586311708103976882383055495099549785723721857950 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The next term has 434 digits. - Harvey P. Dale, Nov 04 2017
LINKS
FORMULA
a(n)=4^n!-3^n!+2^n!-1.
EXAMPLE
For n=2, a(2)=4^2!-3^2!+2^2!-1=16-9+4-1=10.
MATHEMATICA
4^#-3^#+2^#-1&/@(Range[0, 5]!) (* Harvey P. Dale, Nov 04 2017 *)
PROG
(PARI) a(n)=(k->4^k-3^k+2^k-1)(n!) \\ Charles R Greathouse IV, Jan 23 2014
CROSSREFS
Sequence in context: A069240 A000371 A081088 * A001038 A283454 A027623
KEYWORD
nonn
AUTHOR
Assoul Abdelkarim, Jan 23 2014
EXTENSIONS
a(4)-a(5) from Charles R Greathouse IV, 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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)