Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121726
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121726 Sum sequence A000522 then subtract 0,1,2,3,4,5,... +0
1
1, 2, 6, 21, 85, 410, 2366, 16065, 125665, 1112074, 10976174, 119481285, 1421542629, 18348340114, 255323504918, 3809950976993, 60683990530209, 1027542662934898, 18430998766219318, 349096664728623317 (list; graph; listen)
OFFSET

1,2

COMMENT

Also the row sums of A092271

FORMULA

a(n) = A006231(n) + 1 = A002104(n) - (n-1). - Frank Adams-Watters (FrankTAW(AT)Netscape.net), Aug 29 2006

EXAMPLE

A000522 begins 1 2 5 16 65 326 ...

with sums 1 3 8 24 89 415 ...

so

this sequence begins 1 2 6 21 85 410 ...

PROGRAM

(PARI) A000522(n)={ return( sum(k=0, n, n!/k!)) ; } A121726(n)={ return(sum(k=0, n-1, A000522(k))-n+1) ; } { for(n=1, 25, print1(A121726(n), ", ") ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 02 2006

CROSSREFS

Cf. A000522, A006231, A002104.

Sequence in context: A087649 A123922 A099947 this_sequence A090805 A033540 A115089

Adjacent sequences: A121723 A121724 A121725 this_sequence A121727 A121728 A121729

KEYWORD

easy,nonn

AUTHOR

Alford Arnold (Alford1940(AT)aol.com), Aug 17 2006

EXTENSIONS

More terms from Frank Adams-Watters (FrankTAW(AT)Netscape.net), Aug 29 2006

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 02 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research