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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081830 Numbers n such that the n-th term of Hofstadter Q-sequence is < (n+1)-th term. 6
2, 3, 5, 6, 8, 11, 14, 16, 17, 19, 23, 26, 30, 33, 34, 36, 37, 39, 40, 42, 47, 49, 50, 53, 56, 58, 62, 65, 68, 69, 71, 72, 74, 76, 78, 79, 80, 83, 85, 86, 89, 95, 97, 98, 99, 101, 104, 106, 107, 108, 110, 113, 114, 116, 117, 120, 122, 123, 125, 129, 131, 132, 134, 136 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A005185(a(n)+1) > A005185(a(n)); A081827(a(n)) > 0.

LINKS

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

Eric Weisstein's World of Mathematics, Hofstadter's Q-Sequence

Wikipedia, Hofstadter sequence

Index entries for Hofstadter-type sequences

FORMULA

Conjecture : a(n)/n -> 2. a(n)=2n for n=2, 14, 16, 802, 804, 806, 810, 814, 824, 826, 832, 1116, 1120, 1124, 1126, 1130, 1172, 1178, 1228, 1230, 1254, 1258, 1298...

PROG

(Haskell)

import Data.List (findIndices)

a081830 n = a081830_list !! (n-1)

a081830_list = map (+ 1) $ findIndices (> 0) a081827_list

-- Reinhard Zumkeller, Sep 15 2011

CROSSREFS

Cf. A081828, A081829, A194626.

Sequence in context: A095172 A179101 A127312 * A117517 A098491 A107947

Adjacent sequences:  A081827 A081828 A081829 * A081831 A081832 A081833

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 10 2003

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 03:33 EST 2012. Contains 205694 sequences.