login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001521 a(1) = 1; thereafter a(n+1) = [sqrt(2a(n)(a(n)+1))].
(Formerly M0569 N0206)
6
1, 2, 3, 4, 6, 9, 13, 19, 27, 38, 54, 77, 109, 154, 218, 309, 437, 618, 874, 1236, 1748, 2472, 3496, 4944, 6992, 9888, 13984, 19777, 27969, 39554, 55938, 79108, 111876, 158217, 223753, 316435, 447507, 632871, 895015, 1265743, 1790031, 2531486, 3580062, 5062972 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Graham and Pollak give an elementary proof of the following result: For given m, define a_n by a_1 = m and a_{n+1} = [ sqrt{2*a_n*(a_n + 1)} ], n >= 1. Then a_n = [ tau_m (2^{(n-1)/2} + 2^{(n-2)/2}) ] where tau_m is the m-th smallest element of {1, 2, 3, ... } union { sqrt{2}, 2sqrt{2}, 3sqrt{2}, ... }. For m=1 it follows as a curious corollary that a_{2n+1} - 2a_{2n-1} is exactly the n-th bit in the binary expansion of sqrt{2} (A004539).

REFERENCES

R. L. Graham, D. E. Knuth and O. Pataschnic, Concrete Mathematics, Addison-Wesley, Reading (1994) 2nd Ed., Ex. 3.46.

R. L. Graham and H. O. Pollak, Note on a nonlinear recurrence related to sqrt(2), Mathematics Magazine, Volume 43, Pages 143-145, 1970. Zbl 201.04705.

R. K. Guy, The strong law of small numbers. Amer. Math. Monthly 95 (1988), no. 8, 697-712.

S. Rabinowitz and P. Gilbert, A nonlinear recurrence yielding binary digits. Math. Mag. 64 (1991), no. 3, 168-171.

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Th. Stoll, On Families of Nonlinear Recurrences Related to Digits, Journal of Integer Sequences, Vol. 8 (2005), Article 05.3.2.

LINKS

T. D. Noe, Table of n, a(n) for n=1..200

Stoll, T. On Families of Nonlinear Recurrences Related to Digits, J. Integer Sequences 8, No. 05.3.2, 1-8, 2005.

FORMULA

a(n) = [ sqrt(2)^(n-1) ] + [ sqrt(2)^(n-2) ], n>1. - R. Stephan, Sep 18 2004

MATHEMATICA

With[{c=Sqrt[2]}, Table[Floor[c^(n-1)+c^(n-2)], {n, 1, 50}]] (* From Harvey P. Dale, May 11 2011 *)

CROSSREFS

Sequence in context: A061481 A017824 A094054 * A003143 A017983 A139077

Adjacent sequences:  A001518 A001519 A001520 * A001522 A001523 A001524

KEYWORD

nonn,nice,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Additional comments from TORSTEN.SILLKE(AT)LHSYSTEMS.COM, Apr 06 2001.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.