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!)
A364662 Numbers k such that sigma(k) < sigma(k+1) < sigma(k+2) < sigma(k+3). 5
1, 61, 73, 133, 145, 193, 253, 397, 457, 481, 493, 553, 565, 613, 625, 661, 673, 733, 757, 793, 817, 853, 913, 973, 997, 1033, 1093, 1213, 1237, 1285, 1321, 1453, 1513, 1537, 1645, 1657, 1681, 1813, 1825, 1873, 1933, 2077, 2113, 2173, 2233, 2245, 2293, 2413, 2497, 2533, 2581, 2593, 2653, 2713 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) isok(n) = sigma(n)<sigma(n+1) && sigma(n+1)<sigma(n+2) && sigma(n+2)<sigma(n+3);
CROSSREFS
Sequence in context: A139944 A179012 A227980 * A227520 A033236 A260808
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Aug 01 2023
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 July 5 16:13 EDT 2024. Contains 374024 sequences. (Running on oeis4.)