|
Search: id:A003504
|
|
|
| A003504 |
|
a(0)=a(1)=1; thereafter a(n+1) = sum(a(k)^2,k=0..n)/n (a(n) is not always integral!). (Formerly M0728)
|
|
+0 9
|
|
| 1, 1, 2, 3, 5, 10, 28, 154, 3520, 1551880, 267593772160, 7160642690122633501504, 4661345794146064133843098964919305264116096, 18106787177169334423257416302750040844148654208985912235226820224474389280191726\ 29856
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Also known as Gobel's (or Goebel's) Sequence. Asymptotically, a(n) ~ n*C^(2^n) where C=1.0478... (A115632). A more precise asymptotic formula is given in A116603. - M. F. Hasler, Dec 12 2007
Let s(n) = (n-1)*a(n). By considering the p-adic representation of s(n) for primes p=2,3,...,43, one finds that a(44) is the first nonintegral value in this sequence. Furthermore, for n>44, the valuation of s(n) w.r.t. 43 is -2^(n-44), implying that both s(n) and a(n) are nonintegral. (M. F. Hasler and Max A. Alekseyev, Mar 03 2009)
|
|
REFERENCES
|
R. K. Guy, The strong law of small numbers. Amer. Math. Monthly 95 (1988), no. 8, 697-712.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..16
N. Lygeros & M. Mizony, Study of primality of terms of a_k(n)=(1+(sum from 1 to n-1)(a_k(i)^k))/(n-1)
D. Rusin, Law of small numbers
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
D. Zagier, Problems posed at the St Andrews Colloquium, 1996
D. Zagier, Solution: Day 5, problem 3
|
|
FORMULA
|
a(n+1) = ((n-1)*a(n)+a(n)^2)/n
|
|
PROGRAM
|
(PARI) A003504(n, s=2)=if(n-->0, for(k=1, n-1, s+=(s/k)^2); s/n, 1) \\ M. F. Hasler, Dec 12 2007
|
|
CROSSREFS
|
Cf. A005166, A005167, A108394, A115632, A116603 (asymptotic formula).
Sequence in context: A088938 A000617 A132183 this_sequence A003182 A134294 A154956
Adjacent sequences: A003501 A003502 A003503 this_sequence A003505 A003506 A003507
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), R. K. Guy
|
|
EXTENSIONS
|
a(0)..a(43) are integral, but from a(44) onwards every term is nonintegral - H. W. Lenstra, Jr.
Corrected and extended by M. F. Hasler (maximilian.hasler(AT)gmail.com), Dec 12 2007
Further corrections from Max Alekseyev (maxale(AT)gmail.com), Mar 04 2009
|
|
|
Search completed in 0.002 seconds
|