A034588 Primes p such that the Fibonacci iterations starting with (1, p) lead to a "nine digits anagram".
1993, 8039, 22303, 30013, 31727, 46559, 50207, 63617, 65437, 72617, 83813, 92077, 101869, 102013, 109717, 131479, 136897, 141413, 145283, 156139, 162257, 163771, 204487, 206951, 207301, 209669, 211369, 221587, 221719, 225133, 225349, 233419
Offset: 1
Examples
Starting with (1, 233419), Fibonacci iterations x(n+1) = x(n) + x(n-1) yield the sequence (1, 233419, 233420, 466839, 700259, 1167098, 1867357, 3034455, 4901812, 7936267, 12838079, 20774346, 33612425, 54386771, 87999196, 142385967, ...) where a nine-digits anagram is reached.
Links
- M. F. Hasler, Table of n, a(n) for n = 1..46494 (full sequence), Jan 09 2020
- Patrick De Geest, Nine Digits Digressions
- M. F. Hasler, Graph of A034587, n = 1..750767 (full sequence), Jan 10 2020
Programs
-
PARI
select( is_A034587, primes(22222)) \\ or, if a vector A034587 is available: select(isprime, A034587) \\ e.g., using b034587.txt. - M. F. Hasler, Jan 06 2020
Extensions
Edited and offset changed to 1 by M. F. Hasler, Jan 06 2020
Comments