Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063455
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063455 Numbers n such that n | 9^n + 7^n + 5^n + 3^n. +0
1
1, 2, 3, 4, 9, 27, 51, 81, 82, 207, 243, 297, 729, 2187, 2277, 4131, 6561, 9668, 10233, 17457, 19683, 24057, 27028, 30699, 33777, 33849, 50301, 52351, 56727, 59049, 92097, 112102, 133837, 134297, 136809, 177147, 184437, 197667, 256243, 264357 (list; graph; listen)
OFFSET

1,2

MATHEMATICA

Select[ Range[ 200000 ], Mod[ PowerMod[ 9, #, # ] + PowerMod[ 7, #, # ] + PowerMod[ 5, #, # ] + PowerMod[ 3, #, # ], # ] == 0 & ]

PROGRAM

(PARI) j=[]; for(n=1, 20000, a=9^n+7^n+5^n+3^n; if(Mod(a, n) == 0, j=concat(j, n))); j

CROSSREFS

Sequence in context: A085612 A073915 A076381 this_sequence A001144 A121253 A014118

Adjacent sequences: A063452 A063453 A063454 this_sequence A063456 A063457 A063458

KEYWORD

nonn

AUTHOR

Jason Earls (jcearls(AT)cableone.net), Jul 25 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com) and Dean Hickerson, Jul 26 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 July 4 18:25 EDT 2008. Contains 140886 sequences.


AT&T Labs Research