Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081932
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081932 Sum of n-th row of A081930. +0
3
1, 33, 333, 4664, 51005, 616506, 7021007, 80308008, 900360009, 10004950010, 110005510011 (list; graph; listen)
OFFSET

1,2

MAPLE

isA002113 := proc(n) local digrev, d ; digrev := convert(n, base, 10) ; for d from 1 to nops(digrev)/2 do if op(d, digrev) <> op(-d, digrev) then RETURN(false) ; fi ; od ; RETURN(true) ; end: A081930 := proc(n) local a, k ; a := [] ; k := 10^(n-1) ; while nops(a) < n do if isA002113(k) then a := [op(a), k] ; fi ; k := k+1 ; od ; RETURN(a) ; end: A081932 := proc(n) local nrow, i ; nrow := A081930(n) ; add(op(i, nrow), i=1..nops(nrow)) ; end: for n from 1 to 18 do A081932(n) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 05 2007

CROSSREFS

Cf. A081930, A081931.

Sequence in context: A023874 A020291 A024400 this_sequence A121994 A093743 A085742

Adjacent sequences: A081929 A081930 A081931 this_sequence A081933 A081934 A081935

KEYWORD

base,more,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 01 2003

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 05 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 September 8 08:06 EDT 2008. Contains 143486 sequences.


AT&T Labs Research