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!)
A195943 Zeroless prime powers: Intersection of A000961 and A052382. 23
1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 16, 17, 19, 23, 25, 27, 29, 31, 32, 37, 41, 43, 47, 49, 53, 59, 61, 64, 67, 71, 73, 79, 81, 83, 89, 97, 113, 121, 125, 127, 128, 131, 137, 139, 149, 151, 157, 163, 167, 169, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 243, 251, 256, 257, 263, 269, 271, 277, 281, 283, 289, 293, 311 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
In contrast to A195942, we also allow for primes (p^n with n=1) in this sequence.
LINKS
C. Rivera, Puzzle 607. A zeroless Prime power, on primepuzzles.net, Sept. 24, 2011.
FORMULA
A010055(a(n)) * A168046(a(n)) = 1. - Reinhard Zumkeller, Sep 27 2011
PROG
(PARI) for( n=1, 9999, is_A000961(n) && is_A052382(n) && print1(n", "))
(Haskell)
a195943 n = a195943_list !! (n-1)
a195943_list = filter ((== 1) . a010055) a052382_list
-- Reinhard Zumkeller, Sep 27 2011
CROSSREFS
Cf. A038618 (subsequence).
Sequence in context: A246655 A000961 A128603 * A096165 A164336 A348263
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Sep 25 2011
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 May 7 17:24 EDT 2024. Contains 372310 sequences. (Running on oeis4.)