OFFSET
0,3
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..10000
Zoran Sunic, Tree morphisms, transducers and integer sequences, arXiv:math/0612080 [math.CO], 2006.
PROG
(Haskell)
a060374 n = f $ dropWhile (< n) a005836_list where
f (p:ps) | a039966 (p-n) == 1 && a039966 (2*p-n) == 1 = 2*p - n
| otherwise = f ps
-- Reinhard Zumkeller, Sep 29 2011
CROSSREFS
KEYWORD
nonn,easy,nice
AUTHOR
Claude Lenormand (claude.lenormand(AT)free.fr), Apr 02 2001
EXTENSIONS
Definition clarified by Zoran Sunic, Feb 16 2006
STATUS
approved