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!)
A251363 Numbers n such that n is the concatenation of distinct prime factors of phi(n), in decreasing order. 2
237532, 832332, 82953292 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term is greater than 1.6*10^8.
Numbers n such that n = A085307(A000010(n)). - Michel Marcus, Dec 06 2014
LINKS
EXAMPLE
237532 is in the sequence since phi(237532)=23*7*5*3^2*2^4,
832332 is in the sequence since phi(832332)=83*23*3^2*2^4, and
82953292 is in the sequence since phi(82953292)=829*53*29*2^5.
MATHEMATICA
a251363[n_Integer] :=
Rest@ Select[Range[n], # == FromDigits[Flatten@ IntegerDigits[
Sort[First@ Transpose@ FactorInteger[EulerPhi[#]], Greater]]] &]; a251363[10^6] (* Michael De Vlieger, Dec 03 2014 *)
CROSSREFS
Sequence in context: A190933 A122474 A048423 * A251613 A236717 A238928
KEYWORD
nonn,base,more,bref
AUTHOR
Jahangeer Kholdi, Dec 03 2014
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)