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!)
A038543 Primes p such that Ramanujan function tau(p) is divisible by 13. 2
7, 11, 157, 179, 229, 281, 461, 563, 617, 757, 839, 911, 1049, 1129, 1237, 1259, 1489, 1741, 2129, 2239, 2281, 2423, 2477, 2699, 2843, 2963, 3307, 3347, 3527, 3643, 3659, 3701, 3943, 4057, 4079, 4099, 4129, 4523, 4789, 4799, 5179, 5347 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Robert A. Rankin, Ramanujan's tau-function and its generalizations, in: G. E. Andrews et al. (eds.), Ramanujan Revisited, Proceedings of the Centenary Conference, University of Illinois at Urbana-Champaign, June 1-5, 1987, Academic Press, 1988, pp. 245-268.
LINKS
MATHEMATICA
Select[Range[5000], PrimeQ[#] && Divisible[RamanujanTau[#], 13] &] (* Amiram Eldar, Mar 28 2021 *)
PROG
(Perl) use ntheory ":all"; forprimes { say unless ramanujan_tau($_) % 13; } 1e4; # Dana Jacobsen, Sep 05 2015
(PARI) isok(p) = isprime(p) && !(ramanujantau(p) % 13); \\ Michel Marcus, Mar 28 2021
CROSSREFS
Sequence in context: A057737 A130704 A335813 * A145953 A154303 A128340
KEYWORD
nonn
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it)
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 12 14:31 EDT 2024. Contains 372481 sequences. (Running on oeis4.)