login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081931 Diagonal of triangle in A081930. 3
1, 22, 121, 1331, 10401, 105501, 1006001, 10077001, 100080001, 1000990001, 10001010001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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: A081931 := proc(n) local nrow ; nrow := A081930(n) ; RETURN(op(-1, nrow)) ; end: for n from 1 to 18 do A081931(n) ; od ; # R. J. Mathar, Apr 04 2007
CROSSREFS
Sequence in context: A039612 A085828 A221698 * A156293 A225308 A043498
KEYWORD
base,more,nonn
AUTHOR
Amarnath Murthy, Apr 01 2003
EXTENSIONS
More terms from R. J. Mathar, Apr 04 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 5 03:25 EST 2023. Contains 367567 sequences. (Running on oeis4.)