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!)
A079286 (3^n)! - (2^n)!. 0
0, 4, 362856, 10888869450418352160767959680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Sum_{n>0} 1/a(n) = 0.25000275591...
The next term (a(4)) has 121 digits. - Harvey P. Dale, Jan 10 2024
LINKS
MATHEMATICA
Table[(3^n)!-(2^n)!, {n, 0, 4}]] (* Harvey P. Dale, Jan 10 2024 *)
PROG
(PARI) atonfact(a, n) = {sr=0; for(x=1, n, y =(a^x)!-((a-1)^x)!; sr+=1.0/y; print1(y" "); ); print(); print(sr) }
CROSSREFS
Sequence in context: A260614 A300286 A058430 * A275685 A124119 A090096
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Feb 08 2003
EXTENSIONS
Next term is too large to include.
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)