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!)
A053234 Numbers n such that A053230(n) = 1. 8
1, 2, 31, 32, 38, 39, 67, 68, 74, 75, 98, 99, 128, 129, 157, 197, 198, 201, 228, 229, 240, 241, 247, 248, 262, 277, 278, 283, 284, 307, 308, 313, 314, 332, 333, 339, 340, 349, 369, 370, 382, 383, 386, 400, 401, 413, 414, 430, 431, 459, 460, 475, 489, 490, 502 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
with(numtheory): f := [seq( `if`((sigma(i+1) > sigma(i)), i, print( )), i=1..5000)];
seq( `if`(f[i+1] - f[i] = 2, i, print( )), i=1..1000);
PROG
(Haskell)
import Data.List (elemIndices)
a053234 n = a053234_list !! (n-1)
a053234_list = map (+ 1) $ elemIndices 1 a053230_list
-- Reinhard Zumkeller, May 07 2012
CROSSREFS
Sequence in context: A237263 A099189 A247099 * A020896 A042153 A267207
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)