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!)
A320514 Numbers k such that sigma(sigma(k)) < 2*k + 1. 2
1, 2, 4, 9, 13, 16, 25, 37, 43, 49, 61, 64, 67, 73, 81, 97, 109, 121, 151, 157, 163, 169, 181, 193, 211, 225, 229, 241, 277, 283, 289, 313, 331, 337, 361, 373, 397, 409, 421, 433, 457, 487, 523, 529, 541, 547, 577, 601, 613, 625, 631, 661, 673, 691, 709, 729, 733, 751, 757, 787, 823, 829, 841, 853, 877 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
isA320514 := n -> sigma(sigma(n)) < 2*n+1:
select(isA320514, [$1..1000]);
MATHEMATICA
Select[Range[1000], DivisorSigma[1, DivisorSigma[1, #]] < 2*# + 1 &] (* Vaclav Kotesovec, Oct 14 2018 *)
PROG
(PARI) isok(n) = sigma(sigma(n)) < 2*n + 1; \\ Michel Marcus, Oct 14 2018
CROSSREFS
Sequence in context: A266582 A227759 A343216 * A210640 A024925 A162342
KEYWORD
nonn
AUTHOR
Peter Luschny, Oct 14 2018
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 May 9 16:46 EDT 2024. Contains 372353 sequences. (Running on oeis4.)