login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128398 Numbers n such that n^2 divides 18^n-1. 17
1, 17, 128583032925805678351 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

17 divides a(n) for n>1. a(n) is a subset of A128358(n) = {1, 17, 289, 4913, 83521, 1419857, 5846759, ...} Numbers n such that n divides 18^n-1.

LINKS

Table of n, a(n) for n=1..3.

MATHEMATICA

a={}; Do[r=(18^n-1)/n^2; If[r==IntegerPart[r], AppendTo[a, n]], {n, 1, 10^3}]; a [From Vladimir Joseph Stephan Orlovsky, Aug 07 2008]

CROSSREFS

Cf. A128358 = numbers n such that n divides 18^n-1. Cf. A127103, A127104, A127105, A127106, A127107, A127102, A127101, A127100, A127092, A128405, A128393, A128394, A128395, A128396, A128397, A128398, A128399, A128400, A128401, A128402, A128403, A128404.

Sequence in context: A157255 A114432 A134686 * A210709 A187567 A160145

Adjacent sequences:  A128395 A128396 A128397 * A128399 A128400 A128401

KEYWORD

bref,hard,more,nonn

AUTHOR

Alexander Adamchuk, Mar 08 2007

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 14:32 EDT 2013. Contains 225552 sequences.