[go: up one dir, main page]

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!)
Revision History for A316269 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A316269 Array T(n,k) = n*T(n,k-1) - T(n,k-2) read by upward antidiagonals, with T(n,0) = 0, T(n,1) = 1, n >= 2.
(history; published version)
#120 by Peter Luschny at Sun Jul 07 02:21:20 EDT 2019
STATUS

reviewed

approved

#119 by Michel Marcus at Sun Jul 07 01:57:36 EDT 2019
STATUS

proposed

reviewed

#118 by Jianing Song at Sat Jul 06 10:11:17 EDT 2019
STATUS

editing

proposed

#117 by Jianing Song at Sat Jul 06 10:10:42 EDT 2019
COMMENTS

Let z(n,m) be the number of zeros in a period of T(n,k) modulo m, i.e., z(n,m) = pi(n,m)/E(n,m), then we have: for odd primes p that are not divisible by n^2 - 4, z(n,p) = 2 if ((n+2)/p) = -1; 1 or 2 if ((n+2)/p) = 1 (conjecturally 2/3 of the primes of this form are with z(n,p) = 1 and 1/3 are with z(n,p) = 2. The result is that among all odd primes that are not divisible by n^2 - 4, 2/3 of them are with z(n,p) = 1 and 1/3 are with z(n,p) = 2 if n + 2 is a square, and is the opposite otherwise). z(n,p) = 1 for odd primes p that are divisible by n - 2 and 2 for odd primes p that are divisible by n + 2. z(n,2) = 1. For all odd primes p, if E(n,p) is even then z(n,p) = 2 (the converse is not necessarily true)..

For all odd primes p, z(n,p) = 2 if and only if pi(n,p) is even, z(n,p) = 1 if and only if pi(n,p) is odd. For all odd primes p, if E(n,p) is even then z(n,p) = 2 (the converse is not necessarily true). [Comment revised by Jianing Song, Jul 06 2019]

By induction it is easy to show that T(n,k) = T(n,m+1)*T(n,k-m) - T(n,m)*T(k-m-1). Let k = 2m we have T(n,2m) = T(n,m)*(T(n,m+1)-T(m-1)); let k = 2m+1 we have T(n,2m+1) = T(n,m+1)^2 - T(n,m)^2 = (T(n,m+1)+T(n,m))*(T(n,m+1)-T(n,m)). So T(n,k) is composite if n >= 3, k >= 3. - Jianing Song, Jul 06 2019

STATUS

approved

editing

#116 by N. J. A. Sloane at Mon Apr 22 15:25:08 EDT 2019
STATUS

proposed

approved

#115 by Jon E. Schoenfield at Sun Apr 21 12:21:47 EDT 2019
STATUS

editing

proposed

#114 by Jon E. Schoenfield at Sun Apr 21 12:21:43 EDT 2019
FORMULA

For n >= 2, Sum_{i=1..k} 1/T(n,2^i) = 2/n - ((u^(2^k-1) + v^(2^k-1))/(u + v)) * (1/T(n,2^k)), where u = (n + sqrt(n^2 - 4))/2, v = (n - sqrt(n^2 - 4))/2 are the two roots of the polynomial x^2 - n*x + 1. As a result, Sum_{i==>1..inf} 1/T(n,2^i) = (n - sqrt(n^2 - 4))/2. - Jianing Song, Apr 21 2019

STATUS

reviewed

editing

#113 by Joerg Arndt at Sun Apr 21 08:52:04 EDT 2019
STATUS

proposed

reviewed

#112 by Jianing Song at Sun Apr 21 00:24:14 EDT 2019
STATUS

editing

proposed

#111 by Jianing Song at Sun Apr 21 00:23:23 EDT 2019
LINKS

Jianing Song, <a href="/A316269/b316269.txt">Antidiagonals n = 12..100101, flattened</a>

Discussion
Sun Apr 21 00:24
Jianing Song: I changed the table to be read by upward antidiagonals like A172236.

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 August 29 16:10 EDT 2024. Contains 375517 sequences. (Running on oeis4.)