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!)
A048621 a(n) = A001222(A001405(n)). 3
0, 1, 1, 2, 2, 3, 2, 3, 4, 5, 4, 5, 5, 6, 5, 6, 5, 6, 5, 6, 7, 8, 6, 7, 8, 9, 10, 11, 10, 11, 8, 9, 10, 11, 10, 11, 11, 12, 11, 12, 11, 12, 11, 12, 14, 15, 12, 13, 13, 14, 14, 15, 13, 14, 13, 14, 15, 16, 14, 15, 15, 16, 14, 15, 15, 16, 15, 16, 16, 17, 14, 15, 15, 16, 17, 18, 18, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A001222(A001405(n)).
MATHEMATICA
Table[PrimeOmega[Binomial[n, Floor[n/2]]], {n, 1, 50}] (* G. C. Greubel, May 12 2017 *)
PROG
(PARI) for(n=1, 100, print1(bigomega(binomial(n, floor(n/2))), ", ")) \\ G. C. Greubel, May 12 2017
CROSSREFS
Sequence in context: A324344 A059711 A318287 * A308048 A335967 A319611
KEYWORD
nonn
AUTHOR
EXTENSIONS
Simpler name using formula by Joerg Arndt, May 14 2017
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 10:43 EDT 2024. Contains 371967 sequences. (Running on oeis4.)