Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112357
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112357 Row sums of A112356. +0
5
1, 3, 11, 243, 365537, 19304303788473, 1250033478133613116903743692225, 7355069116914166372074595432733192295583026786908016407724348346449 (list; graph; listen)
OFFSET

0,2

COMMENT

Next term, a(8), has 141 digits and is too large to include. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 19 2006

PROGRAM

(PARI) A112356(n)= { local(resul, piv, a) ; resul=[1] ; piv=2 ; for(col=1, n, a=piv ; piv++ ; for(c=2, binomial(n, col), a *= piv; piv++ ; ) ; resul=concat(resul, a) ; ) ; return(resul) ; } A112357(n)= { local(row, rowl); row=A112356(n) ; rowl=matsize(row) ; return(sum(i=1, rowl[2], row[i])) ; } { for(row=0, 8, print(A112357(row)) ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 19 2006

CROSSREFS

Cf. A112356.

Adjacent sequences: A112354 A112355 A112356 this_sequence A112358 A112359 A112360

Sequence in context: A092840 A007156 A060346 this_sequence A097423 A111130 A088579

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 05 2005

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 19 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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research