Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: 4547
Displaying 1-10 of 96 results found. page 1 2 3 4 5 6 7 8 9 10
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121964 Number of benzenoids with 21 hexagons, C_(2h) symmetry and containing 2n carbon atoms. +20
32
1, 13, 45, 188, 587, 1588, 4547, 11377, 24111, 47515, 85645, 124260, 117943 (list; graph; listen)
OFFSET

30,2

COMMENT

See Table 4 column 6 of Brinkmann et al. paper.

REFERENCES

G. Brinkmann, G. Caporossi and P. Hansen, "A survey and new results on computer enumeration of polyhex and fusene hydrocarbons", J. Chem. Inf. Comput. Sci., vol. 43 (2003), pp. 842-851.

EXAMPLE

If n=30 then the number of benzenoids with 21 hexagons with C_(2h) symmetry is 1 which is the first term in the sequence.

CROSSREFS

Sequence in context: A098385 A048364 A141549 this_sequence A147208 A010003 A007587

Adjacent sequences: A121961 A121962 A121963 this_sequence A121965 A121966 A121967

KEYWORD

nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Sep 10 2006

A005234 Primorial primes: primes p such that 1 + product of primes up to p is prime.
(Formerly M0669)
+20
19
2, 3, 5, 7, 11, 31, 379, 1019, 1021, 2657, 3229, 4547, 4787, 11549, 13649, 18523, 23801, 24029, 42209, 145823, 366439, 392113 (list; graph; listen)
OFFSET

1,1

REFERENCES

C. K. Caldwell and Y. Gallot, On the primality of n!+-1 and 2*3*5*...*p+-1, Math. Comp., 71 (2001), 441-448.

J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 211, p. 61, Ellipses, Paris 2008.

H. Dubner, A new primorial prime, J. Rec. Math., 21 (No. 4, 1989), 276.

R. K. Guy, Unsolved Problems in Number Theory, Section A2.

Paulo Ribenboim, The New Book of Prime Number Records, p. 13.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

C. K. Caldwell, Primorial Primes

R. Ondrejka, The Top Ten: a Catalogue of Primal Configurations

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

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

CROSSREFS

A014545 gives same sequence in another form, namely values of n such that 1 + product of first n primes is prime. Cf. A002110, A006862, A006794, A057704. A018239 gives the actual primes.

Sequence in context: A119388 A093487 A067933 this_sequence A141500 A059999 A040130

Adjacent sequences: A005231 A005232 A005233 this_sequence A005235 A005236 A005237

KEYWORD

nonn,hard,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

42209 sent in by Chris Nash (chrisnash(AT)cwix.com).

145823 discovered and sent in by Arlin Anderson (starship1(AT)gmail.com) and Don Robinson (donald.robinson(AT)itt.com), Jun 01 2000

366439, 392113 from Eric Weisstein (eric(AT)weisstein.com), Mar 13 2004 (based on information in A057704)

A064872 The minimal number which has multiplicative persistence 8 in base n. +20
8
7577, 130883, 596667, 3644381, 2820, 61773, 2752, 5136, 7452, 38631, 2780, 8015, 2996, 542, 8611, 4591, 575, 10586, 2532, 2681, 2764, 1016, 4547, 10151, 1065, 983, 813, 5431, 900, 1255, 983, 5179, 5117, 1190, 982, 1129, 1501, 1491, 1471, 1084 (list; graph; listen)
OFFSET

13,1

COMMENT

The persistence of a number is the number of times you need to multiply the digits together before reaching a single digit. a(7)=1086400325525346, a(10)=2677889, a(11)=757074, a(8) and a(9) seem not to exist.

LINKS

M. R. Diamond and D. D. Reidpath, A counterexample to a conjuncture of Sloane and Erdos, J. Recreational Math., 1998 29(2), 89-92. [Broken link?]

Sascha Kurz, Persistence in different bases

C. Rivera, Minimal prime with persistence p

N. J. A. Sloane, The persistence of a number, J. Recreational Math., 6 (1973), 97-98.

Eric Weisstein's World of Mathematics, Multiplicative Persistence

FORMULA

a(n) = 9*n-[n/40320] for n > 40319

EXAMPLE

a(13)=7577 because 7577 is the fewest number with persistence 8 in base 13.

CROSSREFS

Cf. A003001, A031346, A064867, A064868, A064869, A064870, A064871.

Sequence in context: A031675 A031585 A031765 this_sequence A028539 A031854 A068245

Adjacent sequences: A064869 A064870 A064871 this_sequence A064873 A064874 A064875

KEYWORD

base,easy,nonn

AUTHOR

Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Oct 08 2001

A153120 Primes p such that p^2 +- 42 are also primes. +20
8
5, 11, 13, 23, 53, 89, 101, 103, 109, 181, 197, 307, 313, 457, 467, 571, 691, 769, 863, 907, 1061, 1087, 1223, 1453, 1487, 1607, 1913, 2129, 2161, 2311, 2729, 2741, 2767, 2917, 3313, 3343, 3359, 3433, 4363, 4373, 4547, 4703, 4783, 4787, 4877, 5119, 5237 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

fQ[n_]:=PrimeQ[n^2-42]&&PrimeQ[n^2+42]; lst={}; Do[If[fQ@Prime[n], AppendTo[lst, Prime[n]]], {n, 7!}]; lst

CROSSREFS

Cf. A153116, A153119

Sequence in context: A140565 A079732 A161540 this_sequence A115782 A051654 A098973

Adjacent sequences: A153117 A153118 A153119 this_sequence A153121 A153122 A153123

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 18 2008

A153209 Primes of the form 2*p+1 where p is prime and p+1 is square-free. +20
7
5, 11, 59, 83, 227, 347, 563, 1019, 1283, 1307, 1523, 2459, 2579, 2819, 2963, 3803, 3947, 4259, 4547, 5387, 5483, 6779, 6827, 7187, 8147, 9587, 10667, 10883, 11003, 12107, 12227, 12539, 12659, 13043, 13163, 14243, 14387, 15683, 16139, 16187 (list; graph; listen)
OFFSET

1,1

COMMENT

Subsequence of A005385.

EXAMPLE

For p = 2 (the only case with p+1 odd), 2*p+1 = 5 is prime and p+1 = 3 is square-free, so 5 is in the sequence. For p = 3, 2*p+1 = 7 is prime and p+1 = 4 is not square-free, so 7 is not in the sequence.

MATHEMATICA

<< NumberTheory`NumberTheoryFunctions` lst={}; Do[p=Prime[n]; If[PrimeQ[Floor[p/2]]&&SquareFreeQ[Ceiling[p/2]], AppendTo[lst, p]], {n, 7!}]; lst

PROGRAM

(MAGMA) [ q: p in PrimesUpTo(8100) | IsSquarefree(p+1) and IsPrime(q) where q is 2*p+1 ];

CROSSREFS

Cf. A005117 (square-free numbers), A005385 (safe primes p: (p-1)/2 is also prime), A153207, A153208, A153210.

Sequence in context: A070198 A121934 A153812 this_sequence A106257 A104358 A104359

Adjacent sequences: A153206 A153207 A153208 this_sequence A153210 A153211 A153212

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 20 2008

EXTENSIONS

Edited by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 24 2008

A002628 Number of permutations of length n without 3-sequences.
(Formerly M1536 N0600)
+20
6
1, 2, 5, 21, 106, 643, 4547, 36696, 332769, 3349507, 37054436, 446867351, 5834728509, 82003113550, 1234297698757, 19809901558841, 337707109446702, 6094059760690035, 116052543892621951, 2325905946434516516 (list; graph; listen)
OFFSET

1,2

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

Jackson, D. M.; Reilly, J. W. Permutations with a prescribed number of p-runs. Ars Combinatoria 1 (1976), number 1, 297-305.

J. Riordan, Permutations without 3-sequences, Bull. Amer. Math. Soc., 51 (1945), 745-748.

LINKS

Jackson, D. M. and Read, R. C., A note on permutations without runs of given length, Aequationes Math. 17 (1978), number 2-3, 336-343.

MAPLE

seq(coeff(convert(series(add(m!*((t-t^3)/(1-t^3))^m, m=0..50), t, 50), polynom), t, n), n=1..25); (Pab Ter)

CROSSREFS

Cf. A047921.

Cf. A165960, A165961, A165962. [From Isaac E. Lambert (lamberti09(AT)mail.wlu.edu), Oct 07 2009]

Sequence in context: A008981 A008982 A130471 this_sequence A020129 A129582 A152576

Adjacent sequences: A002625 A002626 A002627 this_sequence A002629 A002630 A002631

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Pab Ter (pabrlos2(AT)yahoo.com), Nov 06 2005

A124879 Numbers n such that A027612(n) is prime. +20
5
2, 3, 6, 9, 18, 25, 29, 30, 39, 84, 91, 125, 130, 184, 195, 199, 203, 241, 245, 273, 281, 378, 552, 571, 653, 776, 901, 1099, 1215, 1224, 1235, 1315, 1412, 1657, 1942, 2076, 2085, 2743, 2745, 2855, 2859, 3517, 3717, 4183, 4188, 4362, 4547, 4728, 4783 (list; graph; listen)
OFFSET

1,1

LINKS

Eric Weisstein, Link to a section of The World of Mathematics. Harmonic Number.

EXAMPLE

A027612(n) begins {1, 5, 13, 77, 87, 223, 481, 4609, 4861, ...}.

Thus a(1) = 2, a(2) = 3, a(3) = 6, a(4) = 9.

MATHEMATICA

s=1; Do[s=s+1/(n+1); f=Numerator[(n+1)*(s-1)]; If[PrimeQ[f], Print[{n, f}]], {n, 1, 1942}]

CROSSREFS

A027612(n) are the numerators of second order harmonic numbers H(n, (2)) = Sum[HarmonicNumber[k], {k, 1, n}]. Corresponding primes in A027612(n) are listed in A124878(n) = A027612[ a(n) ] = {5, 13, 223, 4861, 197698279, 25472027467, 6975593267347, 218572480850557, 1592457339642613, ...}.

Cf. A001008, A002805, A067657, A056903, A027612, A124878, A124837, A124880, A124881.

Sequence in context: A018251 A018402 A018441 this_sequence A062865 A018264 A081741

Adjacent sequences: A124876 A124877 A124878 this_sequence A124880 A124881 A124882

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Nov 11 2006

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 29 2007

A047921 Triangle of numbers a(n,k) = number of permutations on n letters containing k 3-sequences (n >= 1, 0<=k<=n-2). +20
4
1, 2, 5, 1, 21, 2, 1, 106, 11, 2, 1, 643, 62, 12, 2, 1, 4547, 406, 71, 13, 2, 1, 36696, 3046, 481, 80, 14, 2, 1, 332769, 25737, 3708, 559, 89, 15, 2, 1, 3349507 (list; table; graph; listen)
OFFSET

0,2

REFERENCES

J. Riordan, Permutations without 3-sequences, Bull. Amer. Math. Soc., 51 (1945), 745-748.

FORMULA

Reference gives a recurrence.

EXAMPLE

1; 2; 5 1; 21 2 1; 106 11 2 1; ...

CROSSREFS

Columns give A002628, A002629, A002630.

Sequence in context: A106852 A162975 A120294 this_sequence A102786 A159985 A146103

Adjacent sequences: A047918 A047919 A047920 this_sequence A047922 A047923 A047924

KEYWORD

nonn,tabl,nice,easy,more

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

A047976 Let (p1,p2), (p3,p4) be pairs of twin primes with p1*p2=p3+p4-1; sequence gives values of p1. +20
4
5, 11, 41, 71, 599, 641, 881, 2129, 2381, 2687, 3557, 3581, 4547, 6131, 7547, 8009, 9041, 13397, 13931, 15971, 17597, 19139, 21491, 26249, 26261, 34511, 38669, 39227, 39341, 48311, 49739, 52541, 53087, 53591 (list; graph; listen)
OFFSET

0,1

EXAMPLE

E.g. 5*7=17+19-1,11*13=71+73-1.

CROSSREFS

Cf. A047977-A047979.

Sequence in context: A046121 A023271 A159049 this_sequence A006382 A055113 A129015

Adjacent sequences: A047973 A047974 A047975 this_sequence A047977 A047978 A047979

KEYWORD

nonn

AUTHOR

Naohiro Nomoto (6284968128(AT)geocities.co.jp)

A051663 Primes p such that there is no Carmichael number pqr, p<q<r q, r primes. +20
4
2, 11, 197, 1223, 1487, 4007, 4547, 7823, 9833, 9839, 10259, 11159, 11483, 11807, 11909, 13259, 13967, 14207, 15629, 15803, 16139, 16889, 18287, 19583, 22367, 23039, 23879, 24359, 25349, 29339, 30707, 32027, 33343, 34883, 36929, 38747 (list; graph; listen)
OFFSET

1,1

REFERENCES

Gilberto Garcia-Pulgarin, Numeros de Carmichael producto de tes primos, preprint, 1999.

LINKS

Index entries for sequences related to Carmichael numbers.

EXAMPLE

2 is in the sequence since is no Carmichael number of the form 2rq.

CROSSREFS

Sequence in context: A132871 A140314 A092730 this_sequence A070256 A020450 A036229

Adjacent sequences: A051660 A051661 A051662 this_sequence A051664 A051665 A051666

KEYWORD

nonn

AUTHOR

Gilberto Garcia-Pulgarin (gigarcia(AT)e-math.ams.org)

EXTENSIONS

Edited by Jack Brennen, Jul 01 2008

page 1 2 3 4 5 6 7 8 9 10

Search completed in 0.009 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 21 15:14 EST 2009. Contains 167308 sequences.


AT&T Labs Research