Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060183
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060183 a(0)=1, a(n)=100 * a(n-1) + 36 * n - 128. +0
1
1, 8, 744, 74380, 7438016, 743801652, 74380165288, 7438016528924, 743801652892560, 74380165289256196, 7438016528925619832, 743801652892561983468, 74380165289256198347104 (list; graph; listen)
OFFSET

0,2

COMMENT

The square roots of these numbers have some interesting properties, e.g. sqrt(a(8))= 2.7272727272727236363636363636339393939393939361616161616...

LINKS

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

FORMULA

a(n) = 9/121*100^n+112/121-4/11*n. - Robert Israel.

MAPLE

a := proc(n) option remember: if n=0 then RETURN(1) fi: 100 * a(n-1) + 36 * n - 128 end: for n from 0 to 30 do printf(`%d, `, a(n)) od:

PROGRAM

(PARI) { for (n=0, 100, if (n==0, a=1, a=100*a + 36*n - 128); write("b060183.txt", n, " ", a); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 02 2009]

CROSSREFS

Sequence in context: A144230 A110039 A058921 this_sequence A145415 A001547 A054945

Adjacent sequences: A060180 A060181 A060182 this_sequence A060184 A060185 A060186

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Mar 19 2001

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Mar 26 2001

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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research