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!)
A237709 Number of occurrences of n-th prime power in A188666. 2
1, 2, 2, 2, 2, 4, 2, 2, 4, 4, 6, 2, 4, 8, 4, 4, 4, 4, 2, 10, 8, 4, 8, 4, 8, 12, 4, 6, 6, 8, 4, 12, 4, 4, 12, 16, 8, 4, 8, 4, 8, 16, 8, 4, 2, 6, 12, 4, 20, 4, 12, 12, 8, 4, 8, 12, 4, 20, 4, 8, 4, 24, 24, 8, 4, 8, 12, 4, 4, 16, 10, 2, 12, 12, 4, 12, 8, 4, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
A188666: 1 2 2 3 3 4 4 5 5 7 7 7 7 8 8 9 9 11 11 11 11 13 13 13 13 16 ...
A237709: 1 2 2 2 2 4 2 2 4 4
PROG
(Haskell)
import Data.List (group)
a237709 n = a237709_list !! (n-1)
a237709_list = map length $ group a188666_list
CROSSREFS
Sequence in context: A366536 A349355 A353589 * A250200 A097859 A028326
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 12 2014
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 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)