[go: up one dir, main page]

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!)
Revision History for A111227 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A111227 Numbers n where A019294(n) > n.
(history; published version)
#5 by Reinhard Zumkeller at Fri Aug 03 04:48:46 EDT 2012
STATUS

editing

approved

#4 by Reinhard Zumkeller at Thu Aug 02 20:04:12 EDT 2012
PROG

(Haskell)

a111227 n = a111227_list !! (n-1)

a111227_list = filter (\x -> a019294 x > x) [1..]

-- Reinhard Zumkeller, Aug 02 2012

STATUS

approved

editing

#3 by R. J. Mathar at Fri Oct 07 14:22:31 EDT 2011
STATUS

editing

approved

#2 by R. J. Mathar at Fri Oct 07 14:22:21 EDT 2011
REFERENCES

Graeme L. Cohen and Herman J. J. te Riele, Iterating the sum-of-divisors function, Experimental Mathematics, 5 (1996), pp. 94.

LINKS

<Graeme L. Cohen and Herman J. J. te Riele, <a href="http://www.expmathemis.orgde/journals/EM/expmath/volumes/5/5.html">Iterating the sum-of-divisors function</a> Experimental Mathematics, 5 (1996)</a>), p 94.

STATUS

approved

editing

#1 by N. J. A. Sloane at Tue Jan 24 03:00:00 EST 2006
NAME

Numbers n where A019294(n) > n.

DATA

3, 11, 29, 53, 58, 59, 67, 101, 109, 131, 149, 173, 202, 239, 461, 479, 659, 1031, 1319, 1579, 1847

OFFSET

1,1

COMMENTS

A number n is called (m,k)-perfect if sigma^m(n) = k*n. A019294(n) gives minimal values of m for n. a(n) are the values where A019294(n) > n.

Corresponding values of m and k are in A111726, A111727.

REFERENCES

Graeme L. Cohen and Herman J. J. te Riele, Iterating the sum-of-divisors function, Experimental Mathematics, 5 (1996), pp. 94.

LINKS

<a href="http://www.expmath.org/expmath/volumes/5/5.html">Experimental Mathematics, 5 (1996)</a>

KEYWORD

hard,nonn

AUTHOR

Lambert Klasen (lambert.klasen(AT)gmx.net), Oct 26 2005

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 August 29 17:51 EDT 2024. Contains 375518 sequences. (Running on oeis4.)