mu chance or much chance ?

日々の戯れ言

NEW GAME!

見始めました.今日も一日がんばるぞい!NEW GAME! Lv.1( イベントチケット優先販売申込券付 ) [Blu-ray]出版社/メーカー: KADOKAWA メディアファクトリー発売日: 2016/09/28メディア: Blu-rayこの商品を含むブログ (4件) を見る

85%

rb

ようやくRB+で,CLAMARE HARD 85%越えを達成しました.CLASS極に関する曲がRB+に無い問題.

ヒトリゴト

購入しました.アニメに影響されすぎですね.ヒトリゴトアーティスト: ClariS出版社/メーカー: SACRA MUSIC発売日: 2017/04/26メディア: CDこの商品を含むブログ (4件) を見る

エロマンガ先生

Amazon Prime Videoでアニメを見始めました.職場で話題に良く出る「エロマンガ先生」から見ています.エロマンガ先生 1(完全生産限定版) [Blu-ray]出版社/メーカー: アニプレックス発売日: 2017/06/28メディア: Blu-rayこの商品を含むブログ (7件) を見る気…

帰省

今夏は帰省しないことにしました.実家に戻れてもゆっくり過ごせる時間が無いので.

100000km達成

所持している車(中古車)のオドメーターが100000kmを達成しました.転職してから,出張が増えたので,運転する時間が増えました.

CLASS極に向けて

rb

海の日ですがゲーセンで遊んでいます.CLASS極に向けて,全譜面AAAを目指します.まずはスキルレート85以下AAAを目指そうかと.MISSも無くさないと.

帰国

深夜便で帰国します.長いようであっという間の出張でした.

マクドナルド

ホテルでは英語が通じたのですが,マクドナルドでは英語が通じなくて,出張中一番焦りました.

バラ色の街

休憩時間の合間にトゥールーズを観光しました. キャピトル広場 サン・セルナン・バジリカ聖堂 次に行く機会があれば,一日中観光したい.

パン料理

やはりパン料理に飽きました.飽きたと言いながらハンバーガーを食べていますが・・・.そろそろ日本食を食べたい・・・.

フレンチフライ

フレンチフライが食べたくて,ハンバーガープレートを頂きました.まだメニューの英語を見ても,どのようなものが出てくるかは想像できません.

ロッシーニ風

食べる機会がありましたので,頂きました.フォアグラ美味しかったです.

パエリア

食べる機会がありましたので,頂きました.美味しかったですが,食べづらかったです.

時差ボケ

やっぱり時差ボケに悩まされますね.いい加減慣れないと・・・.

フランス

出張でフランスに行きます.今回で2回目です.タクシーとホテルで英語が通じたので何とかなりそうです.

Project Euler 50

問題 Problem 50:Consecutive prime sum The prime 41, can be written as the sum of six consecutive primes:41 = 2 + 3 + 5 + 7 + 11 + 13 This is the longest sum of consecutive primes that adds to a prime below one-hundred.The longest sum of c…

Project Euler 49

問題 Problem 49:Prime permutations The arithmetic sequence, 1487, 4817, 8147, in which each of the terms increases by 3330, is unusual in two ways: (i) each of the three terms are prime, and, (ii) each of the 4-digit numbers are permutati…

Project Euler 48

問題 Problem 48:Self powers The series, 1^1 + 2^2 + 3^3 + ... + 10^10 = 10405071317.Find the last ten digits of the series, 1^1 + 2^2 + 3^3 + ... + 1000^1000. 解答例 sum = 0 for i in range(1, 1001): sum += i ** i tempStr = str(sum) print(…

Project Euler 47

問題 Problem 47:Distinct primes factors The first two consecutive numbers to have two distinct prime factors are:14 = 2 × 7 15 = 3 × 5The first three consecutive numbers to have three distinct prime factors are:644 = 2^2 × 7 × 23 645 = 3 …

Project Euler 46

問題 Problem 46:Goldbach's other conjecture It was proposed by Christian Goldbach that every odd composite number can be written as the sum of a prime and twice a square.9 = 7 + 2×1^2 15 = 7 + 2×2^2 21 = 3 + 2×3^2 25 = 7 + 2×3^2 27 = 19 +…

Project Euler 45

問題 Problem 45:Triangular, pentagonal, and hexagonal Triangle, pentagonal, and hexagonal numbers are generated by the following formulae:Triangle:Tn=n(n+1)/2 1, 3, 6, 10, 15, ... Pentagonal:Pn=n(3n−1)/2 1, 5, 12, 22, 35, ... Hexagonal…

Project Euler 44

問題 Problem 44:Pentagon numbers Pentagonal numbers are generated by the formula, Pn=n(3n−1)/2. The first ten pentagonal numbers are:1, 5, 12, 22, 35, 51, 70, 92, 117, 145, ...It can be seen that P4 + P7 = 22 + 70 = 92 = P8. However, thei…

Project Euler 43

問題 Problem 43:Sub-string divisibility The number, 1406357289, is a 0 to 9 pandigital number because it is made up of each of the digits 0 to 9 in some order, but it also has a rather interesting sub-string divisibility property.Let d1 b…

Project Euler 42

問題 Problem 42:Coded triangle numbers The nth term of the sequence of triangle numbers is given by, tn = ½n(n+1); so the first ten triangle numbers are:1, 3, 6, 10, 15, 21, 28, 36, 45, 55, ...By converting each letter in a word to a numb…

Project Euler 41

問題 Problem 41:Pandigital prime We shall say that an n-digit number is pandigital if it makes use of all the digits 1 to n exactly once. For example, 2143 is a 4-digit pandigital and is also prime.What is the largest n-digit pandigital p…

Project Euler 40

問題 Problem 40:Champernowne's constant An irrational decimal fraction is created by concatenating the positive integers:0.123456789101112131415161718192021...It can be seen that the 12th digit of the fractional part is 1.If dn represents…

Project Euler 39

問題 Problem 39:Integer right triangles If p is the perimeter of a right angle triangle with integral length sides, {a,b,c}, there are exactly three solutions for p = 120.{20,48,52}, {24,45,51}, {30,40,50}For which value of p ≤ 1000, is t…

Project Euler 38

問題 Problem 38:Pandigital multiples Take the number 192 and multiply it by each of 1, 2, and 3:192 × 1 = 192 192 × 2 = 384 192 × 3 = 576 By concatenating each product we get the 1 to 9 pandigital, 192384576. We will call 192384576 the co…

Project Euler 37

問題 Problem 37:Truncatable primes The number 3797 has an interesting property. Being prime itself, it is possible to continuously remove digits from left to right, and remain prime at each stage: 3797, 797, 97, and 7. Similarly we can wo…