login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A053244
Numbers n such that A053238(n) = 4.
7
5, 29, 34, 65, 70, 94, 99, 123, 198, 227, 239, 244, 274, 280, 304, 310, 327, 332, 362, 373, 391, 402, 421, 452, 481, 492, 510, 539, 601, 612, 636, 654, 659, 719, 749, 761, 811, 816, 821, 832, 899, 904, 927, 958, 1033, 1050, 1081, 1110, 1115, 1139, 1201
OFFSET
1,1
MAPLE
with(numtheory): f := [seq( `if`((sigma(i) > sigma(i+1)), i, print( )), i=1..8000)];
seq( `if`(f[i+1] - f[i] = 4, i, print( )), i=1..3000);
KEYWORD
nonn
AUTHOR
Asher Auel, Jan 10 2000
STATUS
approved