The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A071388 Card[InvPhi(n)] is a prime number. 4
1, 2, 8, 10, 20, 22, 28, 30, 32, 44, 46, 48, 52, 54, 56, 58, 66, 70, 72, 78, 82, 92, 96, 102, 104, 106, 110, 116, 120, 126, 130, 132, 136, 138, 140, 148, 150, 156, 164, 166, 172, 178, 190, 196, 198, 204, 210, 212, 216, 220, 222, 226, 228, 238, 240, 250, 260, 262 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All terms except 1 are even. - Robert Israel, Mar 29 2020
LINKS
EXAMPLE
InvPhi[48]={65,104,105,112,130,140,144,156,168,180,210} has 11 terms, so 48 is here.
MAPLE
filter:= n -> isprime(nops(numtheory:-invphi(n))):
select(filter, [$1..400]); # Robert Israel, Mar 29 2020
CROSSREFS
Sequence in context: A294157 A082396 A195582 * A209202 A032356 A114272
KEYWORD
nonn
AUTHOR
Labos Elemer, May 23 2002
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 20 08:05 EDT 2024. Contains 372703 sequences. (Running on oeis4.)