Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: "velucchi it"
Displaying 1-10 of 18 results found. page 1 2
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A019506 Hoax numbers: composite numbers whose digit-sum equals the sum of the digit-sums of its distinct prime factors. +10
11
22, 58, 84, 85, 94, 136, 160, 166, 202, 234, 250, 265, 274, 308, 319, 336, 346, 355, 361, 364, 382, 391, 424, 438, 454, 456, 476, 483, 516, 517, 526, 535, 562, 627, 634, 644, 645, 650, 654, 660, 663, 690, 702, 706, 732, 735, 762, 778, 855, 860 (list; graph; listen)
OFFSET

1,1

LINKS

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

CROSSREFS

Cf. A006753.

Sequence in context: A088820 A058097 A131878 this_sequence A044124 A044505 A156797

Adjacent sequences: A019503 A019504 A019505 this_sequence A019507 A019508 A019509

KEYWORD

nonn,base

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

A020994 Primes that are both left-truncatable and right-truncatable. +10
11
2, 3, 5, 7, 23, 37, 53, 73, 313, 317, 373, 797, 3137, 3797, 739397 (list; graph; listen)
OFFSET

1,1

COMMENT

Two-sided primes: deleting any number of digits at left or at right, but not both, leaves a prime.

Primes in which every digit string containing the most significant digit or the least significant digit is prime. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 24 2003

REFERENCES

Angell, I. O. and Godwin, H. J. "On Truncatable Primes." Math. Comput. 31, 265-267, 1977.

David Wells, The Penguin Dictionary of Curious and Interesting Numbers, p. 178 (Rev. ed. 1997).

LINKS

P. De Geest, The list of 4260 left-truncatable primes

Index entries for sequences related to truncatable primes

MATHEMATICA

tspQ[n_] := Module[{idn=IntegerDigits[n], l}, l=Length[idn]; Union[PrimeQ/@(FromDigits/@ Join[Table[Take[idn, i], {i, l}], Table[Take[idn, -i], {i, l}]])]=={True}] Select[Prime[Range[PrimePi[740000]]], tspQ]

CROSSREFS

Cf. A033664, A024785, A032437, A024770, A052023, A052024, A052025, A050986, A050987.

Sequence in context: A104179 A096148 A124674 this_sequence A085823 A100552 A155873

Adjacent sequences: A020991 A020992 A020993 this_sequence A020995 A020996 A020997

KEYWORD

nonn,fini,full,base

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

EXTENSIONS

Corrected by David W. Wilson.

Additional comments from Harvey P. Dale (hpd1(AT)nyu.edu), Jul 10 2002

A011900 a(n)=6*a(n-1)-a(n-2)-2, with a(0)=1, a(1)=3. +10
10
1, 3, 15, 85, 493, 2871, 16731, 97513, 568345, 3312555, 19306983, 112529341, 655869061, 3822685023, 22280241075, 129858761425, 756872327473, 4411375203411, 25711378892991, 149856898154533, 873430010034205 (list; graph; listen)
OFFSET

0,2

COMMENT

Members of Diophantine pairs.

Solution to b(b-1) = 2a(a-1) in natural numbers; a = a(n), b = b(n) = A046090(n).

REFERENCES

Mario Velucchi "The Pell's equation ... an amusing application" in Mathematics and Informatics Quarterly, to appear 1997.

FORMULA

a(n)= (A001653(n)+1)/2.

a(n)=(((1+Sqrt(2))^(2*n-1)-(1-Sqrt(2))^(2*n-1))/Sqrt(8)+1)/2.

a_n = 7[a_(n-1) - a_(n-2)] + a_(n-3); a_(1) = 1, a_(2) = 3, a_(3) = 15. Also a(n) = 1/2 + ( (1-sqrt(2))/(-4*sqrt(2)) )*(3-2*sqrt(2))^n + ( (1+sqrt(2))/(4*sqrt(2)) )*(3+2*sqrt(2))^n. - Antonio Alberto Olivares, Dec 23 2003

Sqrt(2) = Sum_{n=0..inf} 1/a(n); a(n)=a(n-1)+floor(1/(Sqrt(2)-Sum_{k=0..n-1}1/a(k))) (n>0) with a(0)=1. - Paul D. Hanna (pauldhanna(AT)juno.com), Jan 25 2004

For n>k, a(n+k)=A001541(n)*A001653(k)-A053141(n-k-1); e.g. 493=99*5-2. For n<=k, a(n+k)=A001541(n)*A001653(k)-A053141(k-n); e.g. 85=3*29-2 - Charlie Marion (charliemath(AT)optonline.net), Oct 18 2004

a(n+1)=3*a(n)-1+(8*a(n)^2-8*a(n)+1)^0.5, a(1)=1. - Richard Choulet (richardchoulet(AT)yahoo.fr), Sep 18 2007

G.f.: (1-4*x+x^2)/((1-x)*(1-6*x+x^2)). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 26 2009]

CROSSREFS

Cf. A001653, A046090.

Sequence in context: A005809 A067122 A093593 this_sequence A118342 A084209 A127085

Adjacent sequences: A011897 A011898 A011899 this_sequence A011901 A011902 A011903

KEYWORD

nonn,easy,new

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

EXTENSIONS

More terms and comments from Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de)

A057588 Kummer numbers: -1 + product of first n consecutive primes. +10
10
1, 5, 29, 209, 2309, 30029, 510509, 9699689, 223092869, 6469693229, 200560490129, 7420738134809, 304250263527209, 13082761331670029, 614889782588491409, 32589158477190044729, 1922760350154212639069 (list; graph; listen)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..100

Hisanori Mishima, Factorizations of many number sequences

R. G. Wilson v, Explicit factorizations

MATHEMATICA

Table[Product[Prime[k], {k, 1, n}] - 1, {n, 1, 18}] - Artur Jasinski (grafix(AT)csl.pl), Jan 01 2007

CROSSREFS

Cf. A002110, A006862.

Sequence in context: A004213 A105277 A103213 this_sequence A030522 A091124 A121143

Adjacent sequences: A057585 A057586 A057587 this_sequence A057589 A057590 A057591

KEYWORD

nonn,easy,nice

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it), Oct 05 2000

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Oct 05 2000

A011922 (2+sqrt(1+((((2+sqrt(3))^(2*n)-(2-sqrt(3))^(2*n))^2)/4)))/3. +10
6
1, 3, 33, 451, 6273, 87363, 1216801, 16947843, 236052993, 3287794051, 45793063713, 637815097923, 8883618307201, 123732841202883, 1723376158533153, 24003533378261251, 334326091137124353 (list; graph; listen)
OFFSET

0,2

REFERENCES

Mario Velucchi, Seeing couples, in Recreational and Educational Computing, to appear 1997.

FORMULA

sqrt 3 = 1 + Sum(1 through infinity) 2/a(n) = 2/2 + 2/3 + 2/33 + 2/451 + 2/6273 + 2/87363 + 2/1216801... - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 12 2003

a(n)^2 = A103974(n+1)^2 - (4*A007655(n+1))^2. - Paul D. Hanna (pauldhanna(AT)juno.com), Mar 06 2005

CROSSREFS

Cf. A011916, A011918, A011920.

Cf. A103974, A007655.

Sequence in context: A163476 A155660 A009502 this_sequence A071405 A092170 A083080

Adjacent sequences: A011919 A011920 A011921 this_sequence A011923 A011924 A011925

KEYWORD

nonn,easy

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

EXTENSIONS

Formula corrected by Francisco Salinas (franciscodesalinas(AT)hotmail.com), Dec 30 2001

A028416 Primes p such that the decimal expansion of 1/p has a periodic part of even length. +10
5
7, 11, 13, 17, 19, 23, 29, 47, 59, 61, 73, 89, 97, 101, 103, 109, 113, 127, 131, 137, 139, 149, 157, 167, 179, 181, 193, 197, 211, 223, 229, 233, 241, 251, 257, 263, 269, 281, 293, 313, 331, 337, 349, 353, 367, 373, 379, 383, 389, 401, 409, 419, 421, 433 (list; graph; listen)
OFFSET

1,1

COMMENT

Primes whose reciprocals have even period length.

A002371(A049084(a(n))) mod 2 == 0.

Not the same as A040121: a(33)=241 is not in A040121.

Contribution from Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 05 2008: (Start)

Let (d(i): 1<=i<=2*K) be the period of decimal expansion of 1/a(n), K=A002371(A049084(a(n)))/2,

then d(i) + d(i+K) = 9 for i with 1<=i<=K, or, equivalently:

u + v = 10^K - 1 with u=SUM(d(i)*10^(K-i):1<=i<=K) and v=SUM(d(i+K)*10^(K-i):1<=i<=K). (End)

REFERENCES

H. Rademacher and O. Toeplitz, Von Zahlen und Figuren (Springer 1930, reprinted 1968), ch. 19, 'Die periodischen Dezimalbrueche'. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 05 2008]

LINKS

Index entries for sequences related to decimal expansion of 1/n.

EXAMPLE

Contribution from Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 05 2008: (Start)

(0,5,8,8,2,3,5,2,9,4,1,1,7,6,4,7) is the period of 1/17 (see A007450),

K = A002371(A049084(17))/2 = A002371(7)/2 = 16/2 = 8,

u = 5882352, v = 94117647: u + v = 99999999 = 10^8 - 1. (End)

CROSSREFS

Cf. A087000.

Sequence in context: A135776 A067831 A086998 this_sequence A040121 A156114 A091554

Adjacent sequences: A028413 A028414 A028415 this_sequence A028417 A028418 A028419

KEYWORD

nonn,base

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

EXTENSIONS

More terms from Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 29 2003

A011916 ((b(n)-1)+Sqrt(3*b(n)^2-4*b(n)+1))/2, where b(n) is A011922. +10
4
3, 44, 615, 8568, 119339, 1662180, 23151183, 322454384, 62554488348 (list; graph; listen)
OFFSET

1,1

COMMENT

Integers n such that n^2 = sum(n+1,n+2,n+3,...,n+x) for some value of x. 3 is a term because 3^2=9 and 4+5=9; 44 is a term because 44^2=1936 and the sum of (45,46,47,...,76) = 1936. [From Gil Broussard (gilbroussard(AT)bellsouth.net), Dec 23 2008]

REFERENCES

Mario VELUCCHI "Seeing couples" in Recreational and Educational Computing, to appear 1997.

CROSSREFS

Sequence in context: A055539 A046946 A092545 this_sequence A102811 A142600 A103980

Adjacent sequences: A011913 A011914 A011915 this_sequence A011917 A011918 A011919

KEYWORD

nonn,easy

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

A019318 Number of inequivalent ways of choosing n squares from an n X n board, considering rotations and reflections to be the same. +10
4
1, 2, 16, 252, 6814, 244344, 10746377, 553319048, 32611596056, 2163792255680, 159593799888052, 12952412056879996, 1147044793316531040, 110066314584030859544, 11375695977099383509351, 1259843950257390597789296, 148842380543159458506703546, 18685311541775061906510072648, 2483858381692984848273972297368, 348545122958862200122401771463328 (list; graph; listen)
OFFSET

1,2

COMMENT

Number of n X n binary matrices with n ones under action of dihedral group of the square D_4.

LINKS

Mario Velucchi, Title?

Mario Velucchi, Different Dispositions in the ChessBoard.

FORMULA

See Velucchi link or the PARI program. Note that the polynomial whose coefficient of a^k is divided by 8 differs based upon whether the term's index is even or odd.

Let A(n) = C(n^2, n); B(n) = C((n^2-(n mod 2))/2, n/2); C(n) = C((n^2-(n mod 2))/4, n/4); D(n) = Sum(p = 0 to [n/2], C((n^2-n)/2, p)*C(n, n-2p)). Then a(n) = (A(n) + 3B(n) + 2C(n) + 2D(n))/8 if n == 0 (mod 4), (A(n) + B(n) + 2C(n) + 4D(n))/8 if n == 1 (mod 4), (A(n) + 3B(n) + 2D(n))/8 if n == 2 (mod 4), (A(n) + B(n) + 4D(n))/8 if n == 3 (mod 4). - David W. Wilson (davidwwilson(AT)comcast.net), May 29 2003

EXAMPLE

For n=3 the 16 solutions are

111 110 110 110 110 110 110 101 101 101 100 100 100 010 010 010

000 100 010 001 000 000 000 010 000 000 011 010 001 110 101 010

000 000 000 000 100 010 001 000 100 010 000 001 010 000 000 010

PROGRAM

(PARI) {p(a, b, N) = if(N%2==0, (a+b)^(N^2) + 2*(a+b)^N*(a^2+b^2)^((N^2-N)/2) + 3*(a^2+b^2)^(N^2/2) + 2*(a^4+b^4)^(N^2/4), (a+b)^(N^2) + 2*(a+b)*(a^4+b^4)^((N^2-1)/4) + (a+b)*(a^2+b^2)^((N^2-1)/2) + 4*(a+b)^N*(a^2+b^2)^((N^2-N)/2))} for(k=1, 20, print1(polcoeff(p(a, 1, k), k)/8, ", "))

CROSSREFS

Cf. A054252 and A014409.

Sequence in context: A138764 A009833 A009044 this_sequence A090727 A108242 A140307

Adjacent sequences: A019315 A019316 A019317 this_sequence A019319 A019320 A019321

KEYWORD

nonn,nice

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com) and David W. Wilson (davidwwilson(AT)comcast.net), May 28 2003

A011918 A011916(n) + A011922(n) - 1. +10
3
5, 76, 1065, 14840, 206701, 2878980, 40099025, 558507376, 108347552060 (list; graph; listen)
OFFSET

1,1

REFERENCES

Mario VELUCCHI "Seeing couples" in Recreational and Educational Computing, to appear 1997.

CROSSREFS

Sequence in context: A034688 A132855 A051481 this_sequence A136300 A144997 A088756

Adjacent sequences: A011915 A011916 A011917 this_sequence A011919 A011920 A011921

KEYWORD

nonn,easy

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

A001366 Maximal number of unattacked squares with n queens on n X n board (answers for n >= 17 only probable). +10
2
0, 0, 0, 1, 3, 5, 7, 11, 18, 22, 30, 36, 47, 56, 72, 82, 97, 111, 132, 145, 170, 186, 216, 240, 260, 290, 324, 360, 381, 420 (list; graph; listen)
OFFSET

1,5

LINKS

Source

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

CROSSREFS

Cf. A019317.

Sequence in context: A038944 A124081 A119573 this_sequence A093329 A111052 A138536

Adjacent sequences: A001363 A001364 A001365 this_sequence A001367 A001368 A001369

KEYWORD

nonn

AUTHOR

Mario Velucchi (mathchess(AT)velucchi.it)

page 1 2

Search completed in 0.010 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 19 19:13 EST 2009. Contains 167244 sequences.


AT&T Labs Research