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!)
A253584 Distinct terms in A253443. 3
4, 5, 7, 11, 17, 34, 37, 43, 67, 73, 127, 141, 157, 173, 227, 283, 347, 359, 401, 409, 607, 857, 1091, 1303, 1823, 1907, 2281, 2437, 2441, 2609, 2969, 3851, 4211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) occurs exactly A253444(n) times in A253443.
LINKS
PROG
(Haskell)
import Data.List (group)
a253584 n = a253584_list !! (n-1)
a253584_list = map head $ group a253443_list
CROSSREFS
Sequence in context: A240118 A343211 A237133 * A062709 A242212 A129302
KEYWORD
nonn,more
AUTHOR
Reinhard Zumkeller, Jan 05 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)