|
Search: author:rowland
|
|
|
| A134162 |
|
Let S(k) be the sequence s() defined by s(1) = k; for i>1, s(i) = s(i-1) + gcd(s(i-1), i). Start with the list of natural numbers and remove any k's for which S(k) merges with an S(m) with m < k. This sequence gives conjectural values for the remaining k's. |
|
+0 15
|
|
| 1, 2, 4, 8, 16, 20, 44, 92, 110, 136, 152, 170, 172, 188, 200, 212, 236, 242, 256, 272, 316, 332, 368, 440, 488, 500, 590, 616, 620, 632, 650, 676, 704, 710, 742, 788, 824, 848, 892, 946, 952, 968, 1010, 1034, 1036, 1052, 1058, 1088, 1118
(list; graph; listen)
|
|
|
|
|
|
|
| A094604 |
|
Largest number (up to that point) of consecutive rightmost black cells in the rows of Rule 30 (begun from an initial black cell). a(n)==b(2^n), where b(m) is sequence A094603. |
|
+0 7
|
|
| 1, 3, 4, 6, 7, 9, 15, 16, 24, 25, 27, 29, 34, 36, 37, 39, 41, 43, 48, 49, 51, 54, 55, 58, 60, 63, 64, 66, 69, 70, 72, 74, 77, 79, 80, 82, 84, 86, 90, 91, 93, 100
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
The natural number n appears a(n)-a(n-1) times in A094606.
|
|
REFERENCES
|
Wolfram, Stephen. A New Kind of Science. Wolfram Media, 2002.
|
|
LINKS
|
Eric Weisstein's World of Mathematics, Rule 30
|
|
CROSSREFS
|
Cf. A094603, A094605, A094606.
Sequence in context: A137673 A066271 A127594 this_sequence A108654 A131530 A102093
Adjacent sequences: A094601 A094602 A094603 this_sequence A094605 A094606 A094607
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Eric S Rowland (erowland(AT)math.rutgers.edu), May 13 2004; revised Aug 10 2005
|
|
EXTENSIONS
|
More terms from Eric S Rowland (erowland(AT)math.rutgers.edu), Jan 21 2006
|
|
|
|
|
| A094395 |
|
Odd composite n such that n divides Fibonacci(n) + 1. |
|
+0 6
|
|
| 5777, 10877, 17261, 75077, 80189, 100127, 113573, 120581, 161027, 162133, 163059, 231703, 300847, 430127, 618449, 635627, 667589, 851927, 1033997, 1106327, 1256293, 1388903, 1697183, 1842581, 2263127, 2435423, 2512889, 2662277
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
Select[ Range[3, 300000, 2], !PrimeQ[ # ] && Mod[Fibonacci[ # ] + 1, # ] == 0 &]
|
|
CROSSREFS
|
Sequence in context: A096399 A071132 A094063 this_sequence A094411 A004933 A031664
Adjacent sequences: A094392 A094393 A094394 this_sequence A094396 A094397 A094398
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Eric S Rowland (erowland(AT)math.rutgers.edu), May 01 2004
|
|
EXTENSIONS
|
a(6) - a(14) from Robert G. Wilson v (rgwv(AT)rgwv.com), May 1 2004
More terms from Ryan Propper (rpropper(AT)stanford.edu), Aug 03 2005
|
|
|
|
|
| A094401 |
|
Composite n such that n divides both Fibonacci(n-1) and Fibonacci(n) - 1. |
|
+0 6
|
|
| 2737, 4181, 6721, 13201, 15251, 34561, 51841, 64079, 64681, 67861, 68251, 90061, 96049, 97921, 118441, 146611, 163081, 179697, 186961, 194833, 197209, 219781, 252601, 254321, 257761, 268801, 272611, 283361, 302101, 303101, 327313, 330929
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Composite n such that Q^(n-1) = I (mod n), where Q is the Fibonacci matrix {{1,1},{1,0}} and I is the identity matrix. The identity is also true for the primes congruent to 1 or 4 (mod 5), which is sequence A045468. The period of Q^k (mod n) is the same as the period of the Fibonacci numbers F(k) (mod n), A001175. Hence the terms in this sequence are the composite n such that A001175(n) divides n-1. [From T. D. Noe (noe(AT)sspectra.com), Jan 09 2009]
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..200
Eric Weisstein, MathWorld: Fibonacci Q-Matrix, [From T. D. Noe (noe(AT)sspectra.com), Jan 09 2009]
|
|
MATHEMATICA
|
Select[Range[2, 50000], ! PrimeQ[ # ] && Mod[Fibonacci[ # - 1], # ] == 0 && Mod[Lucas[ # ] - 1, # ] == 0 &]
|
|
CROSSREFS
|
Cf. A005845, A069106, A094394, A094400.
Sequence in context: A145647 A045155 A122473 this_sequence A035774 A107570 A094497
Adjacent sequences: A094398 A094399 A094400 this_sequence A094402 A094403 A094404
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Eric S Rowland (erowland(AT)math.rutgers.edu), May 01 2004
|
|
EXTENSIONS
|
More terms from Ryan Propper (rpropper(AT)stanford.edu), Sep 24 2005
|
|
|
|
|
| A103391 |
|
'Even' fractal sequence for the natural numbers: Deleting every even-index term results in the same sequence. |
|
+0 6
|
|
| 1, 2, 2, 3, 2, 4, 3, 5, 2, 6, 4, 7, 3, 8, 5, 9, 2, 10, 6, 11, 4, 12, 7, 13, 3, 14, 8, 15, 5, 16, 9, 17, 2, 18, 10, 19, 6, 20, 11, 21, 4, 22, 12, 23, 7, 24, 13, 25, 3, 26, 14, 27, 8, 28, 15, 29, 5, 30, 16, 31, 9, 32, 17, 33, 2, 34, 18, 35, 10, 36, 19, 37, 6, 38, 20, 39, 11, 40, 21, 41, 4, 42
(list; graph; listen)
|
|
|
|
|
|
|
| A114496 |
|
Sum of binomial(n,k)*binomial(2n+k,k) over all k. |
|
+0 6
|
|
| 1, 4, 26, 190, 1462, 11584, 93536, 765314, 6323270, 52638760, 440815036, 3709445084, 31340292076, 265683004240, 2258793820988, 19251776923210, 164440378882630, 1407266585304760, 12063701803046300, 103571977632247076
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Modification of A001850 inspired by the Ap\'ery numbers A005259.
Contribution from Paul Barry (pbarry(AT)wit.ie), Feb 17 2009: (Start)
Central coefficient of (1+4x+5x^2+2x^3)^n. The coefficients are the 4th row of A029635.
The third row of A029635 corresponds to the central Delannoy numbers A001850. (End)
|
|
FORMULA
|
Sum(binomial(n, k)*binomial(2n+k, k), k=0..n)
|
|
MATHEMATICA
|
Sum[Binomial[n, k]*Binomial[2n+k, k], {k, 0, n}]
|
|
CROSSREFS
|
Cf. A114497, A114498.
Cf.: A156886. [From Paul Barry (pbarry(AT)wit.ie), Feb 17 2009]
Sequence in context: A107649 A052763 A084211 this_sequence A127086 A141381 A118971
Adjacent sequences: A114493 A114494 A114495 this_sequence A114497 A114498 A114499
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Eric S Rowland (erowland(AT)math.rutgers.edu), Dec 01 2005
|
|
|
|
|
| A094394 |
|
Odd composite n such that n divides Fibonacci(n)-1. |
|
+0 5
|
|
| 323, 2737, 4181, 6479, 6721, 7743, 11663, 13201, 15251, 18407, 19043, 23407, 27071, 34561, 34943, 35207, 39203, 44099, 47519, 51841, 51983, 53663, 54839, 64079, 64681, 65471, 67861, 68251, 72831, 78089, 79547, 82983, 86063, 90061, 94667
(list; graph; listen)
|
|
|
|
|
|
|
| A094396 |
|
Numbers n such that n divides the (n-1)st Lucas number. |
|
+0 5
|
|
| 3, 4, 11476, 80476, 192676, 317683, 542242, 934876, 1339516, 4455676, 5063356, 7159636, 9004876, 9874684, 10134316, 17594242, 20558476
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
Do[If[Mod[Fibonacci[n-2] + Fibonacci[n], n] == 0, Print[n]], {n, 3, 100000}] (Propper)
|
|
CROSSREFS
|
Cf. A094397.
Sequence in context: A069970 A153063 A165499 this_sequence A161838 A152624 A059107
Adjacent sequences: A094393 A094394 A094395 this_sequence A094397 A094398 A094399
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Eric S Rowland (erowland(AT)math.rutgers.edu), May 01 2004
|
|
EXTENSIONS
|
10 more terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 21 2005
More terms from Ryan Propper (rpropper(AT)cs.stanford.edu), Jan 03 2008
|
|
|
|
|
| A094400 |
|
Odd n dividing Fibonacci(n)-1 but neither Fibonacci(n-1) nor Fibonacci(n+1). |
|
+0 5
|
|
| 7743, 27071, 54839, 72831, 217257, 388367, 417601, 575599, 670879, 691447, 701569, 809999, 850541, 881011
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
MATHEMATICA
|
Select[Range[50000], OddQ[ # ] && Mod[Fibonacci[ # ] - 1, # ] == 0 && ! Mod[Fibonacci[ # - 1], # ] == 0 && ! Mod[Fibonacci[ # + 1], # ] == 0 &]
|
|
CROSSREFS
|
Cf. A069106, A069107, A094394, A094401, A094402.
Sequence in context: A092004 A146960 A116239 this_sequence A116282 A052050 A116064
Adjacent sequences: A094397 A094398 A094399 this_sequence A094401 A094402 A094403
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Eric S Rowland (erowland(AT)math.rutgers.edu), May 01 2004
|
|
|
|
|
| A094603 |
|
a(n) is the length of the maximal sequence of rightmost black cells in the n-th row of Rule 30 (begun from an initial black cell). |
|
+0 5
|
|
| 1, 3, 1, 4, 1, 3, 1, 6, 1, 3, 1, 4, 1, 3, 1, 7, 1, 3, 1, 4, 1, 3, 1, 6, 1, 3, 1, 4, 1, 3, 1, 9, 1, 3, 1, 4, 1, 3, 1, 6, 1, 3, 1, 4, 1, 3, 1, 7, 1, 3, 1, 4, 1, 3, 1, 6, 1, 3, 1, 4, 1, 3, 1, 15, 1, 3, 1, 4, 1, 3, 1, 6, 1, 3, 1, 4, 1, 3, 1, 7, 1, 3, 1, 4, 1, 3, 1, 6, 1, 3, 1, 4, 1, 3, 1, 9, 1, 3, 1, 4, 1, 3, 1, 6, 1
(list; graph; listen)
|
|
|
|
|
Search completed in 0.007 seconds
|