question on sequence format and PARI/GK questions

N. J. A. Sloane njas at research.att.com
Sun Nov 25 18:53:38 CET 2007


seq(n) = d1,c1,a1,b1,d2,c2,a2,b2, ...,dn,cn,an,bn,...,
 of a sequence acceptable:?
submit as 4 separate sequences to the OEIS (get 4 A-numbers
 Neil J. A. Sloane
 AT&T Shannon Labs, Room C233, 
 180 Park Avenue, Florham Park, NJ 07932-0971
 Email: njas at research.att.com
 Office: 973 360 8415; fax: 973 360 8178
 Home page: http://www.research.att.com/~njas/
Return-Path: <maximilian.hasler at gmail.com>
X-Ids: 166
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=8h0XzJ8kYHldwZ6kVmuNx9Y1TsR52ZzS1duYDo+XGWc=;
        b=NpWgIxCuvYKQRDMC2oA3s0RJ672rP0UsdWM7V+uJa5mC5hxLwblMG0Q1c9eqb5pYovTX8/O4NXHZMkKja6YXr7BtPWKnNC79U6afuTfN83uqoSn12UwZ2NmeTyc6DJRULRyQD8vNH+8GjcJiPwo0VDZfWzcgJjvVL/t4dJdwSfQ=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=myWv3RW650HtwgEi6hIMDFlh+hQNY5m2+y1Mzcrh7F9hAPczW9+T0oaGFmexWeAW7QaOnjCVxsgyYnwoPi0vrRvkPckoIEerMvjCyeQI+X/PNo/G9Uq8Rz+h2PlS+X8s/oM2CawUH3zHJS2Iku+uA4KuXi5nd4E3wtrarjMjDnA=
Message-ID: <3c3af2330711251012w40fc6664u654bb89018b67c70 at mail.gmail.com>
Date: Sun, 25 Nov 2007 14:12:14 -0400
From: "Maximilian Hasler" <maximilian.hasler at gmail.com>
To: grafix at csl.pl
Subject: Re: Question
Cc: seqfan <seqfan at ext.jussieu.fr>
In-Reply-To: <4748BB5B.4090309 at csl.pl>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <4748BB5B.4090309 at csl.pl>
X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.166]); Sun, 25 Nov 2007 19:12:17 +0100 (CET)
X-Virus-Scanned: ClamAV 0.88.7/4910/Sun Nov 25 16:42:39 2007 on shiva.jussieu.fr
X-Virus-Status: Clean
X-j-chkmail-Score: MSGID : 4749BB00.001 on shiva.jussieu.fr : j-chkmail score : X : 0/50 1 0.449 -> 1
X-Miltered: at shiva.jussieu.fr with ID 4749BB00.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)!
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by idf.ext.jussieu.fr id lAPICH2M091964

A053228 does not contain 104

in A087113  is written	FORMULA 	a(n)=A005843(n).

max number of digits of square of  n  digits  is  length((10^n-1)^2),
isn't it ?
Since (a-1)² = a²-2a+1 this is indeed = 2n for all n.

Maximilian

On 11/24/07, Artur <grafix at csl.pl> wrote:
> Does A053228 <http://www.research.att.com/%7Enjas/sequences/A053228>
> identical with A087113
> <http://www.research.att.com/%7Enjas/sequences/A087113> and that same as
> A005843 <http://www.research.att.com/%7Enjas/sequences/A005843> with
> offset 2
> If not to which I can add "maximal number of digits in square of number
> with n digits"
> realized by Mathematica procedure:
> a = {}; k = 9; Do[w = k^2; c = Length[IntegerDigits[w]];
>     AppendTo[a, c]; k = k + 9*10^n, {n, 1, 100}]; a
>
> ARTUR
>
>






More information about the SeqFan mailing list