|
Search: id:A108912
|
|
|
| A108912 |
|
Shadow of constant "e". |
|
+0 1
|
|
| 1, 3, 10, 28, 309, 317, 601, 606, 696, 700, 752, 787, 1147, 1434, 1481, 1494, 2020, 2026, 2050, 2059, 2136, 2193, 4663, 4756, 4825, 4924, 4983, 5557, 5653, 12620, 12682, 13454, 13494, 13570, 14200, 14553, 14607, 14682, 14776, 15347, 15385
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
First differences are constant e's shadow. Never twice the same integer in sequence or first differences.
|
|
EXAMPLE
|
The first line hereunder is the sequence, the second line gives the first differences:
1.3.10..28...309.317...601.606..696.700..752..787...1147...1434..1481...
.2.7..18..281...8...284...5...90...4...52...35...360....287....47 <-- "e" shadow
e = 2.71828182845904523536028747135266249775724709369995...
|
|
MATHEMATICA
|
a[1] = 1; a[n_] := a[n] = Block[{c = RealDigits[E, 10, 300][[1]], k = 1, t = Table[a[i], {i, n - 1}]}, d = Drop[t, 1] - Drop[t, -1]; b = Drop[c, Length[ Flatten[ IntegerDigits /@ d]]]; e = Union[ Join[t, d]]; While[f = FromDigits[ Take[b, k]]; Position[e, f] != {} || b[[k + 1]] == 0, k++ ]; f + a[n - 1]]; Table[ a[n], {n, 41}] (* Robert G. Wilson v *)
|
|
CROSSREFS
|
Cf. A001113.
Sequence in context: A128135 A027252 A104574 this_sequence A055336 A084380 A092325
Adjacent sequences: A108909 A108910 A108911 this_sequence A108913 A108914 A108915
|
|
KEYWORD
|
base,easy,nonn,uned
|
|
AUTHOR
|
Eric Angelini & Alexandre Wajnberg (eric.angelini(AT)kntv.be), Sep 14 2005
|
|
EXTENSIONS
|
Corrected and extended by Robert G. Wilson v (rgwv(at)rgwv.com), Oct 10 2005
|
|
|
Search completed in 0.002 seconds
|