Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A095900
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A095900 A004001(10^n). +0
1
1, 6, 57, 510, 5373, 53505, 510403, 5247173, 52736107, 511172800, 5189628970, 52334438874, 511861449132, 5150236044255, 52074775905991, 512279427101305, 5118687220533539, 51879201305335167, 512519244788358058 (list; graph; listen)
OFFSET

0,2

COMMENT

a(n)/n -> 10^n/(2*n). [Corrected by Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 28 2007]

REFERENCES

C. L. Mallows, Conway's challenge sequence, Amer. Math. Monthly, 98 (1991), 5-20. See comments on formula due to G. Phillips on page 18

LINKS

Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 28 2007, Table of n, a(n) for n = 0..30

MATHEMATICA

a[1] = a[2] = 1; a[n_] := a[n] = a[a[n - 1]] + a[n - a[n - 1]]; Do[ a[n], {n, 1000000}]; Table[ a[10^n], {n, 0, 6}]

PROGRAM

(PARI) print1("1, "); for(k=1, 30, n=10^k; row=floor(log(n)/log(2)); col=1; s=0; a=0; while(s<n, for(j=col, row+1, if(j>1, smd=binomial(row, j-2), smd=2^row); if((s+smd)>n, col=j-1; row=row-1; break, s+=smd; if(j>1, a+=binomial(row-1, j-2), a+=2^(row-1))))); print1(a", ")) - Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 28 2007

CROSSREFS

Cf. A004001.

Sequence in context: A083696 A001593 A124546 this_sequence A138414 A130565 A124556

Adjacent sequences: A095897 A095898 A095899 this_sequence A095901 A095902 A095903

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 11 2004

EXTENSIONS

2 more terms from Ryan Propper (rpropper(AT)stanford.edu), Jan 05 2007

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 28 2007

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research