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!)
A053236 Numbers n such that A053230(n) = 4. 8
23, 54, 59, 84, 114, 138, 149, 172, 177, 232, 257, 281, 293, 311, 355, 392, 417, 422, 434, 445, 481, 506, 561, 596, 601, 644, 656, 686, 715, 745, 763, 775, 798, 809, 853, 864, 944, 955, 979, 984, 1013, 1018, 1061, 1072, 1140, 1164, 1187, 1192, 1222, 1227 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
with(numtheory): f := [seq( `if`((sigma(i+1) > sigma(i)), i, print( )), i=1..8000)];
seq( `if`(f[i+1] - f[i] = 4, i, print( )), i=1..3000);
PROG
(Haskell)
import Data.List (elemIndices)
a053236 n = a053236_list !! (n-1)
a053236_list = map (+ 1) $ elemIndices 4 a053230_list
-- Reinhard Zumkeller, May 07 2012
CROSSREFS
Sequence in context: A045345 A133986 A103006 * A118603 A303891 A264117
KEYWORD
nonn
AUTHOR
Asher Auel, Jan 10 2000
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 March 19 04:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)