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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A043082 (s(n)+7)/10, where s(n)=n-th base 10 palindrome that starts with 3. 0
1, 4, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 301, 312, 323, 334, 345, 356, 367, 378, 389, 400, 3001, 3011, 3021, 3031, 3041, 3051, 3061, 3071, 3081, 3091, 3102, 3112, 3122, 3132, 3142, 3152, 3162, 3172, 3182, 3192, 3203, 3213 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
palQ[n_]:=Module[{idn=IntegerDigits[n]}, idn==Reverse[idn]]; (#+7)/10&/@ Select[Range[40000], palQ[#]&&First[IntegerDigits[#]]==3&] (* Harvey P. Dale, Nov 29 2014 *)
CROSSREFS
Sequence in context: A196246 A345274 A025416 * A371034 A216302 A070522
KEYWORD
nonn,base
AUTHOR
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 September 1 00:14 EDT 2024. Contains 375575 sequences. (Running on oeis4.)