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!)
A251362 Numbers n such that n is the concatenation of distinct prime factors of phi(n), in increasing order. 3
25, 235741, 23517131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term must be greater than 10^8.
Numbers n such that n = A084317(A000010(n)). - Michel Marcus, Dec 06 2014
LINKS
EXAMPLE
25 is in the sequence since phi(25)=2^2*5, 235741 is in the sequence since phi(235741)=2^4*3^2*5*7*41, and 23517131 is in the sequence since phi(23517131)=2^7*3*5^2*17*131.
MATHEMATICA
a251362[n_Integer] := Rest@ Select[Range[n], # ==
FromDigits[Flatten@IntegerDigits[First@Transpose@FactorInteger[EulerPhi[#]]]] &]; a251362[10^6] (* Michael De Vlieger, Dec 03 2014 *)
CROSSREFS
Sequence in context: A151649 A122500 A347812 * A196520 A228536 A191559
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 March 29 09:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)