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!)
A043066 a(n) = (s(n)+6)/8, where s(n) = n-th base 8 palindrome that starts with 2. 1
1, 3, 17, 18, 19, 20, 21, 22, 23, 24, 129, 138, 147, 156, 165, 174, 183, 192, 1025, 1033, 1041, 1049, 1057, 1065, 1073, 1081, 1090, 1098, 1106, 1114, 1122, 1130, 1138, 1146, 1155, 1163, 1171, 1179, 1187, 1195, 1203, 1211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (A043022(n) + 6)/8.
MATHEMATICA
b8pQ[n_]:=With[{idn=IntegerDigits[n, 8]}, idn==Reverse[idn]&&idn[[1]]==2]; (#+6)/8&/@ Select[ Range[1000], b8pQ] (* Harvey P. Dale, Sep 20 2023 *)
CROSSREFS
Cf. A043022.
Sequence in context: A095422 A195999 A059189 * A293764 A295395 A246143
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 March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)