Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A054091
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A054091 Row sums of A054090. +0
3
1, 2, 4, 10, 32, 130, 652, 3914, 27400, 219202, 1972820, 19728202, 217010224, 2604122690, 33853594972, 473950329610, 7109254944152, 113748079106434, 1933717344809380, 34806912206568842, 661331331924808000, 13226626638496160002 (list; graph; listen)
OFFSET

0,2

COMMENT

Row sums of A094816 as a triangular array as follows : {1}, {1, 1}, {1, 3}, {1, 1, 8}, {6, 1, 1, 24}, {29, 10, 1, 1, 89}, ... - Michael Somos Nov 19 2006

FORMULA

a(n+1)=Sum(2*n!/j!,j=0..n). - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 20 2006

MAPLE

a:=n->sum(2*(n-1)!/j!, j=0..n-1): seq(a(n), n=1..18); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 20 2006

PROGRAM

(PARI) {a(n)= local(A); if(n<1, n==0, A=vector(n); A[1]=2; for(k=1, n-1, A[k+1]=k*A[k]+2); A[n])} /* Michael Somos Nov 19 2006 */

(PARI) {a(n)= if(n<1, n==0, n--; n!*polcoeff( 2*exp(x+x*O(x^n))/(1-x), n))} /* Michael Somos Nov 19 2006 */

CROSSREFS

a(n+1)=2*A000522(n).

Sequence in context: A121277 A009284 A105557 this_sequence A056593 A089476 A006397

Adjacent sequences: A054088 A054089 A054090 this_sequence A054092 A054093 A054094

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

page 1

Search completed in 0.004 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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research