Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081540
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081540 Sum of terms in row n of A081539. +0
4
0, 3, 48, 615, 7404, 86415, 987648, 11111103, 123456780, 12469134879, 1259259166920, 127160484583143, 12839505247415568, 1296296203651668195, 130864188256177941024, 13209875614718906234055, 1333333240382001836547288, 134567891929211304968880723, 13580245982022242628303234360 (list; graph; listen)
OFFSET

1,2

MAPLE

conca := proc(S) local resul, d, i ; resul := 0 ; for i from 1 to nops(S) do d := ilog10(op(i, S))+1 ; resul := resul*10^d+op(i, S) ; od ; resul ; end: A081539 := proc(row) local a, p, i; if row =1 then RETURN([0]) ; fi ; a := [] ; p := [seq(i, i=1..row)] ; for i from 1 to row do a := [op(a), conca(subsop(i=NULL, p))] ; od: sort(a)[1..row] ; end: A081540 := proc(n) local r ; r := A081539(n) ; add(r[i], i=1..n) ; end: seq(A081540(n), n=1..20) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 15 2007

CROSSREFS

Cf. A081539.

Sequence in context: A016548 A003878 A073982 this_sequence A024042 A007654 A001080

Adjacent sequences: A081537 A081538 A081539 this_sequence A081541 A081542 A081543

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 29 2003

EXTENSIONS

Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 15 2007

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research