|
Search: id:A086691
|
|
|
| A086691 |
|
Numbers n such that all of {n, pi[n], p[n]} have the same decimal digits (ignoring multiplicity). |
|
+0 1
|
|
| 152024, 1331302, 1654692, 1665259, 2498121, 2498182, 3539725, 3767628, 4880306, 5372892, 5372899, 5589360, 8754741, 9011136, 9023611, 9023613, 9023616, 9136605, 9136630, 9136660, 9194561, 9196454, 9412864, 9462431, 9749651
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
n=5589360: {pi[n], n, p[n]} = {386509, 5589360, 96830533} with digits= {0, 3, 5, 6, 8, 9}.
|
|
MATHEMATICA
|
uid[x_] := Union[IntegerDigits[x]] Do[If[Equal[uid[n], uid[Prime[n]]]&&, Equal[uid[n], uid[PrimePi[n]]] Print[{PrimePi[n], n, Prime[n]}]], {n, 1, 10000}]
|
|
CROSSREFS
|
Cf. A000027, A000040, A000720, A074350.
Sequence in context: A051651 A065324 A138264 this_sequence A112625 A118498 A073086
Adjacent sequences: A086688 A086689 A086690 this_sequence A086692 A086693 A086694
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Sep 12 2003
|
|
EXTENSIONS
|
More terms from Ryan Propper (rpropper(AT)stanford.edu), Sep 23 2006
|
|
|
Search completed in 0.006 seconds
|