Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088583
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088583 Primes of the form n*x^n + (n-1)*x^(n-1) + . . . + x + 1 for x=4. +0
1
5, 37, 229, 6373, 30949, 145637, 13514981, 4891490533, 28831638239461, 923485001094508397344997, 1074600728546337044183267557, 385383811277918317317596838657669349 (list; graph; listen)
OFFSET

1,1

COMMENT

Sum of reciprocals = 0.2315900030315841482180710713.. Are these primes infinite?

EXAMPLE

2*4^2 + 4 + 1 = 37.

PROGRAM

(PARI) trajpolyn(n1, k) = { s=0; for(x1=0, n1, y1 = polypn2(k, x1); print1(y1", "); s+=1.0/y1; ); print(); print(s) } polypn2(n, p) = { x=n; y=1; for(m=1, p, y=y+m*x^m; ); return(y) }

CROSSREFS

Adjacent sequences: A088580 A088581 A088582 this_sequence A088584 A088585 A088586

Sequence in context: A006468 A095924 A088582 this_sequence A015548 A054417 A080507

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 20 2003

page 1

Search completed in 0.002 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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research