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!)
A231278 Not necessarily palindromic primes of which initial and terminal digits are identical, as written in base 3. 1
2, 111, 212, 1011, 1101, 1121, 2012, 2122, 10121, 10211, 11001, 11201, 12011, 12121, 12211, 20012, 20102, 20122, 21002, 21022, 22102, 22122, 22212, 101001, 101021, 101111, 102101, 102121, 110021, 110111, 110221, 111121, 111211, 112001, 112201, 120011, 120121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Base-3 analog of what A077652 is for base 10.
LINKS
EXAMPLE
a(3) = 212, which starts and ends with "2", and in base 3 means 2*(3^2) + 1*(3^1) + 2*(3^0) = 18 + 3 + 2 = 23 (base 10), which is prime.
MATHEMATICA
FromDigits/@Select[IntegerDigits[#, 3]&/@Prime[Range[100]], #[[1]]==#[[-1]]&] (* Harvey P. Dale, Oct 23 2022 *)
CROSSREFS
Sequence in context: A091508 A075399 A079840 * A117698 A274057 A281135
KEYWORD
nonn,base,easy
AUTHOR
Jonathan Vos Post, Nov 06 2013
EXTENSIONS
More terms from Alois P. Heinz, Nov 07 2013
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 2 07:19 EDT 2024. Contains 372178 sequences. (Running on oeis4.)