Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066069
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066069 Smallest positive integer m such that (n+m)^m == 0 mod n. +0
2
1, 2, 3, 2, 5, 6, 7, 4, 3, 10, 11, 6, 13, 14, 15, 4, 17, 6, 19, 10, 21, 22, 23, 6, 5, 26, 3, 14, 29, 30, 31, 4, 33, 34, 35, 6, 37, 38, 39, 10, 41, 42, 43, 22, 15, 46, 47, 6, 7, 10, 51, 26, 53, 6, 55, 14, 57, 58, 59, 30, 61, 62, 21, 4, 65, 66, 67, 34, 69, 70, 71, 6, 73, 74, 15, 38 (list; graph; listen)
OFFSET

1,2

COMMENT

Essentially the same as A019530. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 30 2008]

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

EXAMPLE

a(8) = 4 because (8+1)^1 mod 8 = 1, (8+2)^2 mod 8 = 4, (8+3)^3 mod 8 = 3 and (8+4)^4 mod 8 = 0.

PROGRAM

(PARI) { for (n=1, 1000, m=1; while ((n+m)^m % n, m++); write("b066069.txt", n, " ", m) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 09 2009]

CROSSREFS

First 23 terms are the same as A019554.

Sequence in context: A090078 A080979 A062789 this_sequence A019530 A019554 A066729

Adjacent sequences: A066066 A066067 A066068 this_sequence A066070 A066071 A066072

KEYWORD

nonn,new

AUTHOR

Jonathan Ayres (jonathan.ayres(AT)btinternet.com), Dec 02 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 5 20:25 EST 2009. Contains 170428 sequences.


AT&T Labs Research