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!)
A248862 Primes p such that 900*p^2 is in the sequence A248861. 1
2, 47, 59, 89, 173, 55439, 561599, 19824479 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lastP=2; lst={2}; While[lastP<200, If[
Mod[EulerPhi[900*NextPrime[lastP]^2]^EulerPhi[900*NextPrime[lastP]^2], DivisorSigma[1, 900*NextPrime[lastP]^2]]==1,
AppendTo[lst, NextPrime[lastP]]]; lastP=NextPrime[lastP]]; lst (* Ivan N. Ianakiev, Dec 15 2014 *)
CROSSREFS
Sequence in context: A141579 A107205 A139839 * A118104 A107211 A069548
KEYWORD
nonn,more
AUTHOR
Farideh Firoozbakht, Dec 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)