Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062269
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062269 Floor(Euler's constant gamma * n) is a square. +0
1
0, 1, 2, 3, 7, 8, 16, 17, 28, 29, 44, 45, 63, 64, 85, 86, 111, 112, 141, 142, 174, 210, 211, 250, 251, 293, 294, 340, 341, 390, 391, 444, 445, 501, 502, 562, 563, 626, 627, 693, 694, 765, 839, 840, 917, 918, 998, 999, 1083, 1084, 1172, 1263, 1264, 1359, 1457 (list; graph; listen)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

MAPLE

readlib(issqr): for n from 0 to 2000 do if issqr(floor(gamma*n)) then printf(`%d, `, n) fi od:

PROGRAM

(PARI) for(n=0, 200, if(issquare(floor(Euler*n)), print(n)))

(PARI) { default(realprecision, 30); n=-1; for (m=0, 10^9, if (issquare(floor(Euler*m)), write("b062269.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 03 2009]

CROSSREFS

Sequence in context: A097095 A101755 A076550 this_sequence A060121 A002964 A166966

Adjacent sequences: A062266 A062267 A062268 this_sequence A062270 A062271 A062272

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 01 2001

EXTENSIONS

More terms from Francisco Salinas (franciscodesalinas(AT)hotmail.com), Jan 05 2002

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 December 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research