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!)
A043056 a(n)=(s(n)+3)/6, where s(n)=n-th base 6 palindrome that starts with 3. 1
1, 4, 19, 20, 21, 22, 23, 24, 109, 116, 123, 130, 137, 144, 649, 655, 661, 667, 673, 679, 686, 692, 698, 704, 710, 716, 723, 729, 735, 741, 747, 753, 760, 766, 772, 778, 784, 790, 797, 803, 809, 815, 821, 827, 834, 840, 846, 852 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
b6p3Q[n_]:=Module[{idn6=IntegerDigits[n, 6]}, idn6==Reverse[idn6]&&idn6[[1]] == 3]; (#+3)/6&/@Select[Range[10000], b6p3Q] (* Harvey P. Dale, Feb 13 2023 *)
CROSSREFS
Sequence in context: A362249 A070612 A165820 * A012879 A072178 A116980
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)