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!)
A255395 Number of distinct terms in row n of A255313. 4
1, 2, 3, 2, 3, 4, 5, 6, 7, 6, 7, 7, 7, 8, 9, 9, 9, 10, 10, 11, 12, 12, 13, 13, 13, 14, 13, 13, 14, 15, 15, 16, 17, 17, 18, 19, 19, 18, 19, 19, 20, 21, 20, 21, 22, 22, 21, 22, 22, 23, 24, 24, 25, 26, 26, 27, 27, 28, 27, 26, 25, 26, 27, 24, 25, 26, 26, 27, 28 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row lengths for table A255316;
a(n) = A001221(A255427(n)) = A001222(A255427(n)).
LINKS
PROG
(Haskell)
import Data.List (nub)
a255395 = length . nub . a255313_row
CROSSREFS
Sequence in context: A162751 A026342 A275727 * A175266 A320053 A098235
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 22 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 May 2 12:49 EDT 2024. Contains 372196 sequences. (Running on oeis4.)