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!)
A049104 Numbers k such that k and k-1 both have 6 divisors. 4
45, 76, 99, 117, 148, 172, 243, 244, 245, 333, 388, 508, 549, 604, 605, 725, 845, 909, 932, 964, 1076, 1084, 1252, 1325, 1413, 1468, 1557, 1588, 1676, 1773, 2524, 2525, 2637, 2645, 2764, 3284, 3357, 3412, 3509, 3789, 3988, 4076, 4204, 4205, 4419, 4492, 4805, 4869, 4924, 4925 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
David Wells, The Penguin Dictionary of Curious and Interesting Numbers, Penguin Books, 1986, p. 103.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Vincenzo Librandi)
FORMULA
a(n) = A049103(n)+1. - Zak Seidov, Feb 11 2016
MATHEMATICA
Flatten[Position[Partition[Table[DivisorSigma[0, n-1], {n, 5000}], 2, 1], _?(#=={6, 6} &)]] (* Vincenzo Librandi, Oct 21 2012 *)
PROG
(PARI) isok(n) = (numdiv(n) == 6) && (numdiv(n-1) == 6); \\ Michel Marcus, Feb 11 2016
CROSSREFS
Sequence in context: A194426 A082452 A362792 * A226788 A364718 A102578
KEYWORD
nonn
AUTHOR
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 June 5 04:27 EDT 2024. Contains 373102 sequences. (Running on oeis4.)