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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053242 Numbers n such that A053238(n) = 1. 8
20, 21, 49, 50, 56, 57, 79, 80, 108, 109, 132, 133, 145, 146, 155, 170, 171, 177, 178, 201, 230, 231, 253, 254, 260, 277, 278, 289, 290, 307, 308, 341, 347, 348, 376, 382, 383, 405, 406, 412, 413, 424, 425, 437, 438, 467, 495, 496, 548, 549, 555, 570, 585 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

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..1000);

PROG

(Haskell)

import Data.List (elemIndices)

a053242 n = a053242_list !! (n-1)

a053242_list = map (+ 1) $ elemIndices 1 a053238_list

-- Reinhard Zumkeller, Oct 16 2011

CROSSREFS

Cf. A000203, A053226, A053238, A053239, A053240, A053241, A053243, A053244, A053245 (subsequence).

Sequence in context: A041804 A041802 A041800 * A041818 A041816 A041814

Adjacent sequences:  A053239 A053240 A053241 * A053243 A053244 A053245

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 15 21:56 EST 2012. Contains 205860 sequences.