Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113878
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113878 a(1)=0; a(n+1) is the least number > a(n) such that sum{k=1..n+1} 2^a(k) isn't composite. +0
1
0, 1, 2, 4, 7, 16, 53, 66, 207, 1752, 5041, 6310 (list; graph; listen)
OFFSET

1,3

COMMENT

Base 2 logarithms of A073924.

a(13) > 50000 -- Don Reble

MATHEMATICA

a[1] = 0; a[n_] := a[n] = Block[{k = a[n - 1] + 1, s = Plus @@ (2^Array[a, n - 1])}, While[ !PrimeQ[s + 2^k], k++ ]; k]; Array[a, 12] (* Robert G. Wilson v *)

CROSSREFS

Cf. A073924, A080355, A080567, A113824.

Sequence in context: A137568 A010355 A134455 this_sequence A026775 A027238 A076894

Adjacent sequences: A113875 A113876 A113877 this_sequence A113879 A113880 A113881

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Jan 27 2006

EXTENSIONS

Edited by Don Reble (djr(AT)nk.ca), Feb 17 2006

page 1

Search completed in 0.007 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 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research