Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A073633
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A073633 Numbers n such that n divides floor((3/2)^n) = A002379(n). +0
4
1, 2, 3, 16, 43, 50, 56, 193, 283, 961, 970, 4958, 9439, 10493, 11375, 18552, 57051, 81602, 617287, 917186, 1525995 (list; graph; listen)
OFFSET

1,2

COMMENT

No more terms through 10^6. -Ryan Propper (rpropper(AT)stanford.edu), May 05 2006

MATHEMATICA

t = 1; Do[t = 3t/2; If[ Mod[ Floor[t], n] == 0, Print[n]], {n, 500000}] (from Robert G. Wilson v (rgwv(at)rgwv.com), Apr 06 2006)

PROGRAM

(PARI) a=1; for(n=1, 10^6, a*=3; b=shift(a, -n); if(b%n==0, print1(n, ", "))) - Robert Gerbicz (robert.gerbicz(AT)gmail.com), Aug 23 2006

CROSSREFS

Cf. A073632, A073634.

Sequence in context: A034382 A034383 A072684 this_sequence A012357 A012701 A012356

Adjacent sequences: A073630 A073631 A073632 this_sequence A073634 A073635 A073636

KEYWORD

more,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 29 2002

EXTENSIONS

More terms from Michel ten Voorde (seqfan(AT)tenvoorde.org) Jun 20 2003

2 more terms from Ryan Propper (rpropper(AT)stanford.edu), May 05 2006

More terms from Robert Gerbicz (robert.gerbicz(AT)gmail.com), Aug 23 2006

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research