login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106637 Accumulation of permutation sequence on three symbols such that a(n+2) - 2*a(n+1) - a(n) = 0 overall. 0
2, 3, 5, 8, 11, 13, 14, 15, 17, 20, 21, 23, 26, 29, 31, 32, 33, 35, 38, 39, 41, 44, 47, 49, 50, 51, 53, 56, 57, 59, 62, 65, 67, 68, 69, 71, 74, 75, 77, 80, 83, 85, 86, 87, 89, 92, 93, 95, 98, 101, 103, 104, 105, 107, 110, 111, 113, 116, 119, 121, 122, 123, 125, 128, 129, 131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence simulated: cc = Table[N[(Pi/2)*(b[n] + 7)], {n, 1, 3*digits}] behaves a lot like the rational approximation of the zeta zeros.
LINKS
FORMULA
f[n] from either {2, 1, 0} or {0, 1, 2} a(n) = a(n-1) + 1+f[n]
Empirical g.f.: x*(x^9+2*x^8+x^7+x^6+2*x^5+3*x^4+3*x^3+2*x^2+x+2) / ((x-1)^2*(x^2+x+1)*(x^6+x^3+1)). [Colin Barker, Dec 02 2012]
MATHEMATICA
digits = 67 f = Flatten[Table[If[Mod[n, 2] == 0, {2, 1, 0}, {0, 1, 2}], {n, 1, digits}]] b[1] = 2; b[n_] := b[n] = b[n - 1] + 1 + f[[n]] aa = Table[b[n], {n, 1, 3*digits}]
CROSSREFS
Sequence in context: A298120 A298205 A117725 * A246361 A228855 A171048
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, May 11 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)