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!)
A081830 Numbers n such that the n-th term of Hofstadter Q-sequence is < (n+1)-th term. 5
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; text; internal format)
OFFSET
1,1
COMMENTS
A005185(a(n)+1) > A005185(a(n)); A081827(a(n)) > 0.
LINKS
Eric Weisstein's World of Mathematics, Hofstadter's Q-Sequence
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
Sequence in context: A095172 A179101 A127312 * A238006 A329289 A117517
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 10 2003
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)