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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152690 Partial sums of superfactorials (A000178). 0
1, 2, 4, 16, 304, 34864, 24918064, 125436246064, 5056710181206064, 1834938528961266006064, 6658608419043265483506006064, 265790273955000365854215115506006064 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

lst={}; p0=1; s0=0; Do[p0*=a[n]; s0+=p0; AppendTo[lst, s0], {n, 0, 4!}]; lst

s = 0; lst = {s}; Do[s += BarnesG[n]; AppendTo[lst, s], {n, 2, 13, 1}]; lst [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 16 2009]

CROSSREFS

Cf. A152686,A152687,A152688,A152689,A053308,A053309,A053295,A053296

Sequence in context: A178077 A001146 A114641 * A194457 A001128 A124436

Adjacent sequences:  A152687 A152688 A152689 * A152691 A152692 A152693

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 10 2008

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 16:49 EST 2012. Contains 206058 sequences.