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!)
A063940 Composite numbers k such that Ramanujan's function tau(k) (A000594) is not divisible by k. 2
22, 26, 33, 34, 38, 39, 44, 46, 51, 52, 55, 57, 58, 62, 65, 66, 68, 69, 74, 76, 77, 78, 82, 85, 86, 87, 93, 94, 95, 99, 102, 104, 106, 110, 111, 114, 116, 117, 118, 119, 121, 122, 123, 124, 129, 130, 132, 133, 134, 136, 138, 141, 142, 143, 145, 146, 148, 152, 153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
22 is a term because Ramanujan's tau(22) = 18643272 and 18643272 mod 22 = 10.
MATHEMATICA
Select[ Range[ 70 ], Mod[ CoefficientList[ Take[ Expand[ Product[ (1 - x^k)^24, {k, 1, 70} ] ], 70 ], x ][ [ # ] ], # ] != 0 && ! PrimeQ[ # ] & ]
(* First do *) <<NumberTheory`Ramanujan` (* then *) Select[ Range[ 153], Mod[ RamanujanTau[ # ], # ] != 0 && ! PrimeQ[ # ] &] (* Dean Hickerson, Jan 03 2003 *)
CROSSREFS
Sequence in context: A066059 A084891 A162422 * A046442 A101549 A277624
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Aug 31 2001
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)