|
| |
|
|
A107326
|
|
Numbers of the form (2^i)*(13^j).
|
|
11
| |
|
|
1, 2, 4, 8, 13, 16, 26, 32, 52, 64, 104, 128, 169, 208, 256, 338, 416, 512, 676, 832, 1024, 1352, 1664, 2048, 2197, 2704, 3328, 4096, 4394, 5408, 6656, 8192, 8788, 10816, 13312, 16384, 17576, 21632, 26624, 28561, 32768, 35152, 43264, 53248, 57122
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| A204455(13*a(n)) = 13, and only for these numbers. - From Wolfdieter Lang, Feb 04 2012
|
|
|
LINKS
| Vincenzo Librandi, Table of n, a(n) for n = 1..100
|
|
|
MATHEMATICA
| fQ[n_] := PowerMod[26, n, n]==0; Select[Range[60000], fQ] (* Vincenzo Librandi, Feb 04 2012 *)
|
|
|
PROG
| (PARI) list(lim)=my(v=List(), N); for(n=0, log(lim)\log(13), N=13^n; while(N<=lim, listput(v, N); N<<=1)); vecsort(Vec(v)) \\ Charles R Greathouse IV, Jun 28 2011
|
|
|
CROSSREFS
| Cf. A003586, A003592, A003593, A003591, A003594, A003595, A003596, A003597, A003598, A003599.
Sequence in context: A133802 A076202 A114398 * A018671 A018442 A018335
Adjacent sequences: A107323 A107324 A107325 * A107327 A107328 A107329
|
|
|
KEYWORD
| nonn,changed
|
|
|
AUTHOR
| Douglas Winston (douglas.winston(AT)srupc.com), May 21 2005
|
| |
|
|