The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A043030 Base-9 palindromes that start with 3. 1
3, 30, 246, 255, 264, 273, 282, 291, 300, 309, 318, 2190, 2280, 2370, 2460, 2550, 2640, 2730, 2820, 2910, 19686, 19767, 19848, 19929, 20010, 20091, 20172, 20253, 20334, 20424, 20505, 20586, 20667, 20748, 20829, 20910 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Robert P. P. McKone, Table of n, a(n) for n = 1..911
MATHEMATICA
okQ[n_] := Module[{idn = IntegerDigits[n, 9]}, First[idn] == 3 && FromDigits[IntegerDigits[n, 9]] == FromDigits[Reverse[idn]]]; Select[Range[20910], okQ] (* Robert P. P. McKone, Aug 22 2021, after Harvey P. Dale in A043038 *)
CROSSREFS
Cf. A043038.
Sequence in context: A130546 A051133 A332426 * A178015 A120689 A359614
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 May 22 02:24 EDT 2024. Contains 372741 sequences. (Running on oeis4.)