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!)
A261727 Length of longest prefix of n-th row in A261712 coinciding with row n+1. 2
1, 0, 0, 2, 0, 3, 0, 0, 0, 25, 46, 90, 172, 141, 275, 601, 1102, 2199, 4150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
A261712(n+1,k) = A261712(n,k) for k = 1 .. a(n).
LINKS
PROG
(Haskell)
a261727 n = a261727_list !! (n-1)
a261727_list = map (length . takeWhile (== 0)) $
zipWith (zipWith (-)) a261712_tabf $ tail a261712_tabf
CROSSREFS
Sequence in context: A035229 A348019 A285982 * A234579 A309332 A109362
KEYWORD
nonn,more
AUTHOR
Reinhard Zumkeller, Aug 31 2015
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)