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!)
A046473 Primes that are palindromic in bases 3 and 10. 0
2, 151, 757, 93739, 7949497, 112969211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
757_10 = 1001001_3. - Jon E. Schoenfield, Apr 10 2021
MATHEMATICA
f[n_, b_]:=FromDigits[RealDigits[n, b][[1]]]==FromDigits[Reverse[RealDigits[n, b][[1]]]]; lst={}; Do[p=Prime[n]; If[f[p, 3]&&f[p, 10], AppendTo[lst, p]], {n, 8!}]; lst (* Vladimir Joseph Stephan Orlovsky, Sep 25 2009 *)
CROSSREFS
Sequence in context: A157074 A329712 A128350 * A261967 A024245 A113576
KEYWORD
nonn,hard,base
AUTHOR
Patrick De Geest, Aug 15 1998
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:05 EDT 2024. Contains 371920 sequences. (Running on oeis4.)