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!)
A232846 a(n) is the length of the n-th chunk of nonprimes in this sequence, the chunks being separated by primes; lexicographically least such sequence (starting with a nonprime). 2
1, 2, 4, 6, 3, 8, 9, 10, 12, 5, 14, 15, 16, 18, 20, 21, 7, 22, 24, 25, 11, 26, 27, 28, 30, 32, 33, 34, 35, 13, 36, 38, 39, 40, 42, 44, 45, 46, 48, 17, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 19, 62, 63, 64, 65, 66, 68, 69, 70, 72, 74, 75, 76, 23, 77, 78, 80, 81 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This is a permutation of the positive integers. See A232805 for the variant starting with a prime.
LINKS
M. F. Hasler, in reply to E. Angelini, Self-describing chunks of primes, SeqFan list, Nov 30 2013
PROG
(PARI) {N -> my(a=[1], c=1, i=1, p=1); while(#a<N, a=concat(a, p=nextprime(p+1)); for(j=1, a[i++], while(isprime(c++), ); a=concat(a, c)); a}
CROSSREFS
Sequence in context: A089088 A251622 A073899 * A101543 A073900 A361629
KEYWORD
nonn
AUTHOR
M. F. Hasler, Nov 30 2013
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)