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!)
A264856 Index of first row of triangle A125605 containing n. 2
0, 2, 3, 4, 5, 6, 7, 6, 9, 10, 11, 8, 11, 10, 15, 16, 17, 18, 14, 12, 15, 22, 12, 18, 12, 22, 27, 18, 13, 20, 15, 32, 33, 34, 13, 36, 37, 14, 15, 14, 38, 42, 43, 44, 45, 16, 24, 13, 25, 50, 51, 52, 53, 54, 31, 56, 45, 58, 59, 60, 19, 62, 63, 64, 65, 66, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (findIndex); import Data.Maybe (fromJust)
a264856 n = fromJust $ findIndex (elem n) a125605_tabl
CROSSREFS
Sequence in context: A331303 A161658 A066853 * A141258 A117656 A101918
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 26 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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)