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!)
A046472 Primes that are palindromic in bases 2 and 10. 0
3, 5, 7, 313, 7284717174827, 390714505091666190505417093 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
313_10 = 100111001_2. - Jon E. Schoenfield, Apr 10 2021
MATHEMATICA
Select[Prime[Range[10!]], IntegerDigits[#]==Reverse[IntegerDigits[#]] && IntegerDigits[#, 2]==Reverse[IntegerDigits[#, 2]]&] (* Vladimir Joseph Stephan Orlovsky, Dec 30 2010 *)
p = Sort[Reap[Do[d=IntegerDigits[n]; p1=FromDigits[Join[Most[d], Reverse[d]]]; p2=FromDigits[Join[d, Reverse[d]]]; If[IntegerDigits[p1, 2] == Reverse[IntegerDigits[p1, 2]], Sow[p1]]; If[IntegerDigits[p2, 2] == Reverse[IntegerDigits[p2, 2]], Sow[p2]], {n, 0, 9999999}]][[2, 1]]]; Select[p, PrimeQ]
CROSSREFS
Cf. A002385 (palindromic primes), A007632 (palindromes in bases 2 and 10).
Sequence in context: A082756 A268693 A068832 * A065824 A191546 A069463
KEYWORD
nonn,hard,base
AUTHOR
Patrick De Geest, Aug 15 1998
EXTENSIONS
a(6) (from A007632) added by T. D. Noe, Dec 31 2010
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 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)