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!)
A161177 Index of first multiple of n-th prime in A005179. 0
2, 4, 12, 32, 96, 240, 640, 1280, 2560, 9600, 19200, 57344, 114688, 229376, 458752 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The numbers are divisible by higher and higher powers of 2 because the numbers in A005179 typically have a "tail" of primes occurring in first power only.
LINKS
EXAMPLE
a(3)=12: The third prime is 5 and A005179(12)=60 is the first multiple of 5 occurring in sequence A005179.
PROG
(PARI) a(n) = my(p=prime(n), k=1); while (A005179(k) % p, k++); k; \\ Michel Marcus, Apr 20 2024
CROSSREFS
Cf. A005179.
Sequence in context: A025178 A231295 A087211 * A039721 A148193 A341344
KEYWORD
nonn,hard,more,changed
AUTHOR
Hagen von Eitzen, Jun 05 2009
EXTENSIONS
a(13)-a(15) from Michel Marcus, Apr 20 2024
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 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)