Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103508
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103508 a(n) = 1 + 2 * least i such that A103507(i)=n+1, 0 if no such i exists. +0
3
9, 15, 31, 101, 139, 227, 91, 503, 995, 451, 751, 539, 1819, 1397, 2957, 3461, 1831, 1417, 6023, 3769, 1777, 9587, 5411, 9421, 18653, 8089, 4511, 6541, 10529, 16051, 19049, 13163, 3139, 22937, 23929, 43363, 24919, 43571, 97367, 55571, 14419, 75209 (list; graph; listen)
OFFSET

1,1

PROGRAM

(Scheme:) (define (A103508 n) (+ 1 (* 2 (first-n-where-fun_n-is-i1 A103507 (+ 1 n)))))

(define (first-n-where-fun_n-is-i1 fun i) (let loop ((n 1)) (cond ((= i (fun n)) n) (else (loop (+ n 1))))))

CROSSREFS

Cf. A103510, A103151, A103152, A103153, A103506, A103507, A025017.

Sequence in context: A060874 A147511 A124580 this_sequence A051246 A062016 A108637

Adjacent sequences: A103505 A103506 A103507 this_sequence A103509 A103510 A103511

KEYWORD

nonn,hard

AUTHOR

Lei Zhou (lzhou5(AT)emory.edu), Feb 10 2005

EXTENSIONS

Edited and Scheme-code added by Antti Karttunen (His-Firstname.His-Surname(AT)gmail.com), Jun 19 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research