Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000267
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000267 Integer part of square root of 4n+1. +0
9
1, 2, 3, 3, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17 (list; graph; listen)
OFFSET

0,2

COMMENT

1^1, 2^1, 3^2, 4^2, 5^3, 6^3, 7^4, 8^4, 9^5, 10^5, ...

Start with n, repeatedly subtract the square root of the previous term; a(n) gives number of steps to reach 0. - Robert G. Wilson v, Jul 22, 2002.

a(n) = 1+a(n-[n^(1/2)]), n>0. - Michael Somos, Jul 22, 2002

REFERENCES

T. M. Apostol, Introduction to Analytic Number Theory, Springer-Verlag, 1976, page 73, problem 20.

B. C. Berndt, Ramanujan's Notebooks Part IV, Springer-Verlag, see p. 77, Entry 23.

LINKS

S. Ramanujan, Question 723, J. Ind. Math. Soc.

FORMULA

a(n) = int( 1 / ( sqrt(n + 1) - sqrt(n) ) ) - Robert A. Stump (bob_ess107(AT)yahoo.com), Apr 07 2003

a(n) = |{floor(n/k): k in Z+}| - David W. Wilson (davidwwilson(AT)comcast.net), May 26 2005

PROGRAM

(PARI) a(n)=if(n<0, 0, sqrtint(4*n+1))

CROSSREFS

[a(n)/2]=A000196(n). Cf. A080037.

Adjacent sequences: A000264 A000265 A000266 this_sequence A000268 A000269 A000270

Sequence in context: A086592 A132663 A023964 this_sequence A060020 A143502 A070984

KEYWORD

nonn,easy,nice

AUTHOR

njas

EXTENSIONS

More terms from Michael Somos, Jun 13, 2000

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research