Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A051153
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A051153 (-1)-sigma super perfect numbers: (-1)sigma((-1)sigma(x))=2*x, where if x=Product p(i)^r(i) then (-1)sigma(x)=Product (-1+Sum p(i)^s(i), s(i)=1 to r(i)); (-1)sigma(1)=1. +0
2
247, 988, 2808, 10440, 87696, 151200, 191052, 263520, 2630320, 3961980 (list; graph; listen)
OFFSET

1,1

COMMENT

Factorizations: 13*19, 2^3*3^2*5*29, 2^4*3^3*7*29, 2^5*3^3*5^2*7, 2^2*3^3*29*61, 2^5*3^3*5*61, 2^7*3*5*11*19*29*1021

FORMULA

A049060(A049060(n))=2n. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 12 2006

PROGRAM

(PARI) A049060(n)={ local(i, resul, rmax, p) ; if(n==1, return(1) ) ; i=factor(n) ; rmax=matsize(i)[1] ; resul=1 ; for(r=1, rmax, p=0 ; for(j=1, i[r, 2], p += i[r, 1]^j ; ) ; resul *= p-1 ; ) ; return(resul) ; } isA051153(r)={ local(s, t) ; s=A049060(r) ; t=A049060(s) ; if( 2*r == t, return(1), return(0) ) ; } { for(n=1, 30000000, if( isA051153(n), print(n, ", ") ) ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 12 2006

CROSSREFS

Cf. A049057, A049058, A049059, A049060, A034094, A051152.

Sequence in context: A020313 A063356 A127349 this_sequence A129133 A001243 A048901

Adjacent sequences: A051150 A051151 A051152 this_sequence A051154 A051155 A051156

KEYWORD

nonn

AUTHOR

Yasutoshi Kohmoto (zbi74583(AT)boat.zero.ad.jp)

EXTENSIONS

Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 12 2006

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 July 8 18:40 EDT 2008. Contains 141013 sequences.


AT&T Labs Research