Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A058215
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A058215 Largest solution of phi(x)=2^n. +0
4
2, 6, 12, 30, 60, 120, 240, 510, 1020, 2040, 4080, 8160, 16320, 32640, 65280, 131070, 262140, 524280, 1048560, 2097120, 4194240, 8388480, 16776960, 33553920, 67107840, 134215680, 268431360, 536862720, 1073725440, 2147450880 (list; graph; listen)
OFFSET

0,1

FORMULA

Assuming there are only 5 Fermat primes (A019434), a(n)=2^(n-30)*(2^32-1) for n>=31.

EXAMPLE

For n=6, 2^n=64; the solutions of phi(x)=64 are {85,128,136,160,170,192,204,240}; the largest is a(6)=240.

MATHEMATICA

phiinv[ n_, pl_ ] := Module[ {i, p, e, pe, val}, If[ pl=={}, Return[ If[ n==1, {1}, {} ] ] ]; val={}; p=Last[ pl ]; For[ e=0; pe=1, e==0||Mod[ n, (p-1)pe/p ]==0, e++; pe*=p, val=Join[ val, pe*phiinv[ If[ e==0, n, n*p/pe/(p-1) ], Drop[ pl, -1 ] ] ] ]; Sort[ val ] ]; phiinv[ n_ ] := phiinv[ n, Select[ 1+Divisors[ n ], PrimeQ ] ]; Table[ phiinv[ 2^n ][ [ -1 ] ], {n, 0, 30} ] (* phiinv[ n, pl ] = list of x with phi(x)=n and all prime divisors of x in list pl. phiinv[ n ] = list of x with phi(x)=n *)

CROSSREFS

Cf. A000010, A001317, A003401, A004729, A019434, A045544, A047999, A053576, A054432, A058213, A058214.

Sequence in context: A133996 A080742 A005417 this_sequence A166456 A162214 A100071

Adjacent sequences: A058212 A058213 A058214 this_sequence A058216 A058217 A058218

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 30 2000

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jan 25 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 14:49 EST 2009. Contains 167514 sequences.


AT&T Labs Research