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!)
A256406 Numbers n such that for some m, A166133(m)=n, A166133(m+1)=n^2-1, in order of increasing m. 3

%I #29 Apr 16 2015 11:03:24

%S 3,198,270,570,522,600,822,882,1062,2130,1950,2592,2268,2310,3168,

%T 2970,5502,6702,5022,7350,10038,10428,10500,9438,14562,14010,15288,

%U 17028,18060,19698,17958,19890,18522,20772,29670,20550,22158,16650

%N Numbers n such that for some m, A166133(m)=n, A166133(m+1)=n^2-1, in order of increasing m.

%C In other words, the next term in A166133 after n is as large as it can be. Terms are listed in order of appearance in A166133.

%C With the exception of the initial 3, the terms appear to be a (permuted) subset of A014574; i.e. the divisors of a(n)^2-1 are 1, a(n)-1, a(n)+1, and a(n)^2-1. - _Hans Havermann_, Apr 03 2015

%C See the "blog" file in A166133 for discussion.

%H Hans Havermann and John Mason, <a href="/A256406/b256406.txt">Table of n, a(n) for n = 1..6575</a> [Terms 1 through 480 were computed by Hans Havermann; terms 481 through 6575 by John Mason, Apr 05 2015]

%o (Haskell)

%o a256406 n = a256406_list !! (n-1)

%o a256406_list = f a166133_list where

%o f (u:vs'@(v:ws)) | u > v || v /= u ^ 2 - 1 = f vs'

%o | otherwise = u : f ws

%o -- _Reinhard Zumkeller_, Apr 01 2015

%Y Cf. A014574, A166133, A256407 (sorted version).

%K nonn

%O 1,1

%A _N. J. A. Sloane_, Apr 01 2015, based on a comment of _Franklin T. Adams-Watters_ in A166133.

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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)