login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053241 Numbers n such that A053238(n) = 2. 8
1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 77, 78, 81, 82, 83, 84, 85 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

MAPLE

with(numtheory): f := [seq( `if`((sigma(i) > sigma(i+1)), i, print( )), i=1..5000)];

seq( `if`(f[i+1] - f[i] = 2, i, print( )), i=1..100);

PROG

(Haskell)

import Data.List (elemIndices)

a053241 n = a053241_list !! (n-1)

a053241_list = map (+ 1) $ elemIndices 2 a053238_list

-- Reinhard Zumkeller, Oct 16 2011

CROSSREFS

Cf. A000203, A053226, A053238, A053239, A053240 (complement), A053242, A053243, A053244, A053245.

Sequence in context: A131870 A004724 A099260 * A132329 A052413 A183302

Adjacent sequences:  A053238 A053239 A053240 * A053242 A053243 A053244

KEYWORD

nonn

AUTHOR

Asher Auel (asher.auel(AT)reed.edu) Jan 10, 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.