The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A081716 Smallest number x such that phi(x)=A000010(x) has exactly n different decimal digits. 0
2, 11, 103, 1033, 10247, 102359, 1023487, 10234759, 102345979, 1023475969 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
phi applied to the sequence gives: 1, 10, 102, 1032, 10246, 102358, 1023486, 10234758, 102345978, ...
MATHEMATICA
f[x_] := Length[Union[IntegerDigits[x]]]
t=Table[0, {10}];
Do[s=f[n]; If[PrimeQ[n]&&s<11&&t[[s]]==0,
t[[s]]=n], {n, 1, 10000000000}];
CROSSREFS
Sequence in context: A367852 A285199 A339081 * A334240 A099713 A277461
KEYWORD
nonn,fini,full,base
AUTHOR
Labos Elemer, Apr 04 2003
EXTENSIONS
a(10) from Donovan Johnson, Feb 05 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 May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)