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!)
A204984 a(n) = (1/n)*A204983(n). 3
1, 1, 1, 1, 3, 1, 1, 1, 7, 3, 93, 1, 315, 1, 1, 1, 15, 7, 13797, 3, 3, 93, 89, 1, 41943, 315, 9709, 1, 9256395, 1, 1, 1, 31, 15, 117, 7, 1857283155, 13797, 105, 3, 25575, 3, 381, 93, 91, 89, 178481, 1, 42799, 41943, 5, 315, 84973577874915, 9709, 19065, 1, 4599, 9256395 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
For a guide to related sequences, see A204892.
LINKS
MATHEMATICA
(See the program at A204979.)
PROG
(PARI) a(n) = for (k=1, oo, for (j=1, k-1, my(d=2^(k-1)-2^(j-1)); if (!(d % n), return(d/n)); ); ); \\ Michel Marcus, Sep 16 2023
CROSSREFS
Cf. A023758 (when a(n)=1).
Sequence in context: A152884 A360288 A263756 * A335341 A243473 A325969
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 21 2012
EXTENSIONS
More terms from Michel Marcus, Sep 16 2023
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 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)