OFFSET
1,2
COMMENTS
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
FORMULA
PROG
(Haskell)
import Data.List (isPrefixOf)
a133813 n = a133813_list !! (n-1)
a133813_list = 1 : filter f [2..] where
f x = isPrefixOf ps (dropWhile (< a020639 x) a000040_list) &&
all (< 0) (zipWith (-) (tail es) es)
where ps = a027748_row x; es = a124010_row x
-- Reinhard Zumkeller, Apr 14 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Olivier Gérard, Sep 23, 2007
STATUS
approved