Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079898
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079898 a(1) = 1; a(n) = tau(n) - tau(n-1)* a(n-1) if n > 1. +0
1
1, 1, 0, 3, -7, 18, -70, 144, -573, 1723, -6890, 13786, -82714, 165432, -661724, 2646901, -13234503, 26469012, -158814070, 317628146, -1905768872, 7623075492, -30492301966, 60984603940, -487876831517, 1463630494555, -5854521978216, 23418087912870, -140508527477218 (list; graph; listen)
OFFSET

1,4

COMMENT

1. Let s(n) be a sequence such that lim s(n)/s(n+1) = K different from -1. The "oscillator sequence" (or simply "oscillator") of s(n) is the sequence s'(n) defined by the rules: s'(1) = 1; s'(n) = 1 - (s(n-1)/s(n)) s'(n-1). 2. It is an open problem whether the oscillator (prime)' converges to 1/2 or diverges. 3. s'(n) = 1 - (s(n-1)/s(n)) s'(n-1) = [s(n) - s(n-1) s'(n-1)]/s(n). The numerator is the expression s(n) - s(n-1) s'(n-1), which motivates the definition of the above sequence a(n). a(n) is called the "integral oscillator" of tau(n). In general the integral oscillator of s(n) can be defined similarly.

MATHEMATICA

t = {1}; gt = 1; For[i = 2, i <= 30, i++, gt = DivisorSigma[0, i] - DivisorSigma[0, i - 1] gt; t = Append[t, gt]]; t ListPlot[t, PlotJoined -> True]

CROSSREFS

Adjacent sequences: A079895 A079896 A079897 this_sequence A079899 A079900 A079901

Sequence in context: A062416 A110578 A134045 this_sequence A088629 A075609 A083439

KEYWORD

sign

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 20 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 01:24 EDT 2008. Contains 139630 sequences.


AT&T Labs Research