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!)
A057334 In A000120, replace each entry k with the k-th prime and replace 0 with 1. 2
1, 2, 2, 3, 2, 3, 3, 5, 2, 3, 3, 5, 3, 5, 5, 7, 2, 3, 3, 5, 3, 5, 5, 7, 3, 5, 5, 7, 5, 7, 7, 11, 2, 3, 3, 5, 3, 5, 5, 7, 3, 5, 5, 7, 5, 7, 7, 11, 3, 5, 5, 7, 5, 7, 7, 11, 5, 7, 7, 11, 7, 11, 11, 13, 2, 3, 3, 5, 3, 5, 5, 7, 3, 5, 5, 7, 5, 7, 7, 11, 3, 5, 5, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A000040(A000120(n)) for n>0.
PROG
(PARI) a(n) = if (n==0, 1, prime(hammingweight(n))); \\ Michel Marcus, Feb 08 2014
CROSSREFS
Sequence in context: A239500 A029204 A241085 * A048475 A204597 A285734
KEYWORD
easy,nonn
AUTHOR
Alford Arnold, Aug 27 2000
EXTENSIONS
More terms from Michel Marcus, Feb 08 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)