Re: cite e OEIS

#75601
claudio
Partecipante
    Up
    0
    Down
    ::

    egreg9″ post=74747I campi autore e titolo sono certamente sbagliati. Sloane non è certo l’autore dell’Enciclopedia On Line, né quello che citi è l’Enciclopedia On Line, ma solo una sua pagina.

    Direi che invece di author ci vada [tt]organization={The OEIS Foundation}[/tt]. Come titolo metterei “Lucas numbers (A000032)”.

    Ciao
    Enrico

    Non è farina del mio sacco la bibliografa vine dal sito OEIS2BibTeX e mi sono basato su ciò
    grazie
    claudio

    edit
    grufolando nel OEIS sito ho trovato qualche esempio per discutere
    `
    A040414 Continued fraction for sqrt(435). 1
    20, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1, 40, 1, 5, 1 (list; graph; refs; listen; history; text; internal format)
    OFFSET 0,1
    LINKS Table of n, a(n) for n=0..83. Index entries for continued fractions for constants
    FORMULA a(n)=(1/24)*{-187*(n mod 4)+71*[(n+1) mod 4]+23*[(n+2) mod 4]+281*[(n+3) mod 4]}-20*[C(2*n,n) mod 2], with n>=0
    [From Paolo P. Lava, Apr 30 2009]
    MAPLE with(numtheory): Digits := 300: convert(evalf(sqrt(435)), confrac);
    MATHEMATICA Contribution from Enrique Pérez Herrero, Aug 26 2010: (Start)
    A040414[0]:=20;A040414[n_]:=Part[{1, 5, 1, 40}, 1+Mod[n+3, 4]]; (End)
    CROSSREFS Sequence in context: A040410 A040413 A040412 * A040415 A040416 A040417
    Adjacent sequences: A040411 A040412 A040413 * A040415 A040416 A040417
    KEYWORD nonn,cofr,easy
    AUTHOR N. J. A. Sloane.
    STATUS approved

    `
    e questo

    `
    A050414 Numbers n such that 2^n – 3 is prime. 23
    3, 4, 5, 6, 9, 10, 12, 14, 20, 22, 24, 29, 94, 116, 122, 150, 174, 213, 221, 233, 266, 336, 452, 545, 689, 694, 850, 1736, 2321, 3237, 3954, 5630, 6756, 8770, 10572, 14114, 14400, 16460, 16680, 20757, 26350, 30041, 34452, 36552, 42689, 44629, 50474, 66422, 69337, 116926, 119324, 123297, 189110, 241004, 247165, 284133, 354946, 394034, 702194, 750740 (list; graph; refs; listen; history; text; internal format)
    OFFSET 1,1
    COMMENTS I found a new term in the sequence: 20757. 2^20757-3 is a probable prime with 20 iterations of Miller-Rabin test. Also I verified that there are no more primes up to and including 2^25000-3. – Dmitry Kamenetsky, Jul 12 2008 With 60 known primes for n < 750741, these primes appear to be more common than Mersenne primes. Of course at this time, the larger terms are only probable primes. - Paul Bourdelais, Feb 04 2012 LINKS Table of n, a(n) for n=1..60. PRP Top Records of this form [From M. Frind & P. Underwood, Gary Barnes, Oct 20 2008] MATHEMATICA Do[ If[ PrimeQ[ 2^n -3 ], Print[n]], { n, 1, 15000 }] CROSSREFS Cf. A045768, A050415, A057732 (numbers n such that 2^n + 3 is prime). Sequence in context: A047250 A081944 A129948 * A136681 A206330 A104373 Adjacent sequences: A050411 A050412 A050413 * A050415 A050416 A050417 KEYWORD nonn AUTHOR Jud McCranie, Dec 22 1999 EXTENSIONS More terms from Robert G. Wilson v, Sep 15 2000 and from Andrey V. Kulsha, Feb 11 2001 a(40) from Dmitry Kamenetsky, Jul 12 2008 A new PRP term 26350 from Serge Batalov, Oct 20 2008 Corrected and extended by including two smaller (apparently known) PRP and 16 larger terms from PRP Top Records of this form, all discovered by M. Frind & P. Underwood, Gary Barnes, Oct 20 2008 a(59) and a(60) (corresponding to probable primes since they are PRP 3,5,7) discovered by Paul Bourdelais, Mar 26 2012 STATUS approved `

    Go to top