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!)
A166743 a(n) = (2^p - p^2 - 1)/6 where p = prime(n). 1
1, 13, 321, 1337, 21797, 87321, 1398013, 89478345, 357913781, 22906492017, 366503875645, 1466015503393, 23456248058853, 1501199875789697, 96076792050570001, 384307168202281705, 24595658764946068073 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
FORMULA
a(n) = (A034785(n) - A066872(n))/6. - R. J. Mathar, Oct 25 2009
MAPLE
A166743 := proc(n) p := ithprime(n) ; (2^p-p^2-1)/6 ; end: seq(A166743(n), n=3..20) ; # R. J. Mathar, Oct 25 2009
MATHEMATICA
Table[(2^p-p^2-1)/6, {p, Prime[Range[3, 20]]}] (* Harvey P. Dale, May 16 2020 *)
CROSSREFS
Sequence in context: A305143 A132485 A297437 * A212733 A183803 A253458
KEYWORD
nonn
AUTHOR
Tanin (Mirza Sabbir Hossain Beg) (mirzasabbirhossainbeg(AT)yahoo.com), Oct 21 2009
EXTENSIONS
Missing exponentiation signs inserted in the definition by R. J. Mathar, Oct 25 2009
Corrected by D. S. McNeil, Aug 20 2010
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 April 24 05:26 EDT 2024. Contains 371918 sequences. (Running on oeis4.)