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!)
A128404 Numbers k such that k^2 divides 24^k-1. 15
1, 23, 1081, 2870377, 7009273, 15954479, 134907719, 329435831, 537539141, 15001987199, 874750261127, 1991103024721, 4272172921319, 4862143429729, 7933540182019, 12816504745411, 41113262272969, 67084347257659 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
23 divides all terms except the first.
LINKS
MATHEMATICA
a={}; Do[r=(24^n-1)/n^2; If[r==IntegerPart[r], AppendTo[a, n]], {n, 1, 10^3}]; a (* Vladimir Joseph Stephan Orlovsky, Aug 07 2008 *)
CROSSREFS
Sequence in context: A174748 A042015 A042012 * A126741 A273477 A202656
KEYWORD
nonn,less
AUTHOR
Alexander Adamchuk, Mar 01 2007
EXTENSIONS
a(5)-a(6) from Farideh Firoozbakht, Mar 05 2007
a(7)-a(10) from Ryan Propper, Feb 23 2008
Terms a(11) onward from Max Alekseyev, May 06 2010
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 29 15:45 EDT 2024. Contains 372114 sequences. (Running on oeis4.)