[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A123129 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A123129 a(n) = ( n + prime(n+1) - prime(n) )^(n-1).
(history; published version)
#7 by Alois P. Heinz at Wed Aug 04 18:15:58 EDT 2021
STATUS

editing

approved

#6 by Alois P. Heinz at Wed Aug 04 18:15:55 EDT 2021
CROSSREFS

Cf. A000040, A001223, A014690, A095116.

STATUS

approved

editing

#5 by Alois P. Heinz at Wed Aug 04 18:15:37 EDT 2021
STATUS

proposed

approved

#4 by G. C. Greubel at Wed Aug 04 18:09:03 EDT 2021
STATUS

editing

proposed

#3 by G. C. Greubel at Wed Aug 04 18:08:53 EDT 2021
NAME

(n + n-th difference between consecutive primes) raised to power n-1.

a(n) = ( n + prime(n+1) - prime(n) )^(n-1).

LINKS

G. C. Greubel, <a href="/A123129/b123129.txt">Table of n, a(n) for n = 1..350</a>

FORMULA

a(n) = ( n + prime(n+1) - prime(n) )^(n-1) = ( n + A001223(n) )^(n-1)).

From G. C. Greubel, Aug 04 2021: (Start)

a(n) = (A014690(n) - prime(n))^(n-1) = (A095116(n+1) - prime(n))^(n-1).

a(n) = (prime(n+1) - A014689(n))^(n-1). (End)

MATHEMATICA

Table[(n +Prime[n+1] -Prime[n])^(n-1), {n, 1, 30}] (* G. C. Greubel, Aug 04 2021 *)

PROG

(PARI) for(n=1, , 25, , print1((( (prime(n+1)-) -prime(n)+) +n)^(n-1), ", "))), ", "))

(Sage) [(n + nth_prime(n+1) - nth_prime(n))^(n-1) for n in (1..30)] # G. C. Greubel, Aug 04 2021

CROSSREFS

Cf. A001223, A014690, A095116.

STATUS

approved

editing

#2 by N. J. A. Sloane at Fri May 11 03:00:00 EDT 2007
NAME

(n + nthn-th difference between consecutive primes) raised to power n-1.

KEYWORD

nonn,new

nonn

#1 by N. J. A. Sloane at Mon Oct 09 03:00:00 EDT 2006
NAME

(n + nth difference between consecutive primes) raised to power n-1.

DATA

1, 4, 25, 512, 2401, 100000, 531441, 35831808, 2562890625, 5159780352, 2015993900449, 17592186044416, 129746337890625, 20822964865671168, 3243919932521508681, 136880068015412051968, 288441413567621167681

OFFSET

1,2

LINKS

Sergio Silva, <a href="http://ginasiomental.no.sapo.pt/materialc/mteste/teste.htm">Teste Numerico</a>.

FORMULA

a(n) = ( n + prime(n+1) - prime(n) )^(n-1) = ( n + A001223(n) )^(n-1)

PROG

(PARI) for(n=1, 25, print1((prime(n+1)-prime(n)+n)^(n-1), ", "))

KEYWORD

nonn,new

AUTHOR

Herman Jamke (hermanjamke(AT)fastmail.fm), Sep 30 2006

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)