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!)
A152523 Multiplicities of distinct terms in A152522. 0
1, 1, 1, 4, 1, 2, 4, 6, 6, 7, 6, 7, 4, 11, 3, 2, 5, 4, 1, 22, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI) a152522(n) = my(P=prime(n)); forstep(k=6, 9e99, 2, forprime(p=3, P, if(isprime(k-p), next(2))); return(k));
lista(nn) = {my(last = a152522(1), newa, nb = 1); for (n=2, nn, newa = a152522(n); if (newa == last, nb++, print1(nb, ", "); last = newa; nb = 1); ); } \\ Michel Marcus, Dec 18 2018
CROSSREFS
Sequence in context: A014571 A327320 A324466 * A082903 A258770 A225815
KEYWORD
nonn,more
AUTHOR
Vladimir Shevelev, Dec 06 2008
EXTENSIONS
a(15)-a(21) from Michel Marcus, Dec 18 2018
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 March 29 08:01 EDT 2024. Contains 371265 sequences. (Running on oeis4.)