login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A251620
Distinct terms in A249943.
3
1, 2, 3, 4, 9, 10, 15, 16, 22, 23, 30, 31, 43, 51, 61, 62, 79, 87, 88, 101, 114, 127, 132, 142, 153, 158, 167, 175, 194, 204, 215, 222, 233, 238, 247, 274, 283, 296, 301, 324, 329, 338, 355, 364, 375, 386, 393, 414, 423, 430, 435, 452, 479, 490, 497, 506
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (group)
a251620 n = a251620_list !! (n-1)
a251620_list = map head $ group a249943_list
CROSSREFS
Sequence in context: A083180 A098551 A249943 * A128944 A295969 A174437
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 06 2014
STATUS
approved