%I A147850
%S A147850 1,0,1,0,1,0,0,1,1,0,0,1,0,1,0,1,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,1,0,1,1,
%T A147850 1,0,0,0,0,1,0,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,1,1,
%U A147850 0,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,0
%N A147850 Odd/even binary expansion of summed, partitioned subsequent prime numbers.
The sum of 8 subsequent prime numbers is multiplied, forming a new
sum. The digits of each sum are added per digit, forming a new sum.
The odd or even result is visualized by 0/1. Inverse from A147781
%F A147850 a(n) = A007953(17982*A127335(8*n-7)) mod 2. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl),
Jan 06 2009]
%e A147850 2+3+5+7+11+13+17+19 = 77 x 27 x 666 = 1384614 (1+3+8+4+6+1+4) = 27 (1)
23+29+31+37+41+43+47+53 = 304 x 27 x 666 = 5466528 (5+4+6+6+5+2+8)
= 36 (0) 461+463+467+479+487+491+499+503= 3850 x 27 x 666 = 69230700
(6+9+2+3+7) = 27 (1) 509+521+523+541+547+557+563+569= 4330 x 27 x
666 = 77862060 (7+7+8+6+2+6) = 36 (0)
%p A147850 A127335 := proc(n) add(ithprime(i),i=n..n+7) ; end: A007953 := proc(n)
add(i,i=convert(n,base,10)) ; end: A147850 := proc(n) A007953(17982*A127335(8*n-7))
mod 2 ; end: for n from 1 to 200 do printf("%a,",A147850(n)) ; od:
[From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 06 2009]
%Y A147850 Cf. A147781.
%Y A147850 Sequence in context: A040053 A004569 A100060 this_sequence A099991 A091069
A087003
%Y A147850 Adjacent sequences: A147847 A147848 A147849 this_sequence A147851 A147852
A147853
%K A147850 easy,nonn,uned
%O A147850 1,1
%A A147850 E. J. Vening (permutate(AT)gmail.com), Nov 15 2008
%E A147850 More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 06 2009
|