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!)
A043067 a(n)=(s(n)+5)/8, where s(n)=n-th base 8 palindrome that starts with 3. 0
1, 4, 25, 26, 27, 28, 29, 30, 31, 32, 193, 202, 211, 220, 229, 238, 247, 256, 1537, 1545, 1553, 1561, 1569, 1577, 1585, 1593, 1602, 1610, 1618, 1626, 1634, 1642, 1650, 1658, 1667, 1675, 1683, 1691, 1699, 1707, 1715, 1723 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b8s3Q[n_]:=Module[{idn=IntegerDigits[n, 8]}, idn[[1]]==3&&idn== Reverse[ idn]]; (#+5)/8&/@Select[Range[15000], b8s3Q] (* Harvey P. Dale, Dec 26 2021 *)
CROSSREFS
Sequence in context: A107734 A302624 A238515 * A289273 A309056 A095970
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 April 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)