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!)
A113286 Numbers k such that S(S(k))=k, with S(n)=sigma(n)/4: 1/4-sociable numbers of order 1 or 2. 2
30240, 32760, 859320, 898560, 2096640, 2178540, 2234232, 23569920, 45532800, 54996480, 61281792, 142990848, 422688000, 436205952, 1379454720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) and a(2) are 4-perfect numbers (A027687). a(4) = S(a(3)).
a(6), a(8), a(9), a(12), and a(15) are also 4-perfect numbers (A027687). - Michel Marcus, Feb 23 2014
LINKS
Eric Weisstein's World of Mathematics, Sociable Numbers
PROG
(PARI) isok(n) = (type(s= sigma(n)/4) == "t_INT") && (sigma(s)/4 == n); \\ Michel Marcus, Feb 20 2014
CROSSREFS
A027687 is a subsequence.
Cf. A113546 (1/3-sociable numbers).
Cf. A355279 (1/4-sociable numbers of order 1 or 3).
Sequence in context: A255752 A254841 A247855 * A355279 A027687 A190475
KEYWORD
nonn,more
AUTHOR
Yasutoshi Kohmoto, Jan 27 2006
EXTENSIONS
a(5)-a(15) added by Michel Marcus, Feb 24 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 April 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)