Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A058213
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A058213 This is a triangle arrangement of solutions of phi(x)=2^n (n>=0), where phi=A000010 is Euler's totient function. Each row corresponds to a particular n and its length is n+2 for 0<=n<=31, 32 for n>=32. (This assumes that there are only 5 Fermat primes.). +0
5
1, 2, 3, 4, 6, 5, 8, 10, 12, 15, 16, 20, 24, 30, 17, 32, 34, 40, 48, 60, 51, 64, 68, 80, 96, 102, 120, 85, 128, 136, 160, 170, 192, 204, 240, 255, 256, 272, 320, 340, 384, 408, 480, 510, 257, 512, 514, 544, 640, 680, 768, 816, 960, 1020, 771, 1024, 1028, 1088 (list; graph; listen)
OFFSET

0,2

COMMENT

phi(x) is a power of 2 if and only if x is a power of 2 multiplied by a product of distinct Fermat primes. So if, as is conjectured, there are only 5 Fermat primes, then there are only 32 possibilities for the odd part of x, namely the divisors of 2^32-1, given in A004729.

The same numbers, in increasing order, are given in A003401.

The first entry in row n is the n-th divisor of 2^32-1 for 0<=n<=31 (A004729) and is 2^(n+1) for n>=32. The last entry in row n is given in A058215.

EXAMPLE

Triangle begins {1,2}, {3,4,6}, {5,8,10,12}, {15,16,20,24,30}, {17,32,34,40,48,60}, {51,64,68,80,96,102,120}, {85,128,136,160,170,192,204,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 ] ]; Join@@(phiinv[ 2^# ]&/@Range[ 0, 10 ]) (* 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, A058214, A058215.

Adjacent sequences: A058210 A058211 A058212 this_sequence A058214 A058215 A058216

Sequence in context: A118316 A080738 A032447 this_sequence A080997 A054582 A099884

KEYWORD

nonn,tabf

AUTHOR

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

EXTENSIONS

Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), 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 October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research