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!)
A273222 a(n) = p*(p - 1)*(73*p^2 - 45*p + 14)/24, where p = prime(n). 3
18, 134, 1345, 5733, 38280, 76479, 230588, 363546, 792649, 2033451, 2664915, 5454873, 8260270, 10012464, 14337303, 23275109, 35855716, 41007555, 59825238, 75546485, 84478374, 116064351, 141557994, 187394306, 264812328, 311476425, 336995709, 392705408, 423017991 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
F. V. Weinstein, Notes on Fibonacci partitions, arXiv:math/0307150 [math.NT], 2003-2015, page 22.
MATHEMATICA
Table[p = Prime[n]; p (p - 1) (73 p^2 - 45 p + 14) / 24, {n, 40}]
(#(#-1)(73#^2-45#+14))/24&/@Prime[Range[30]] (* Harvey P. Dale, Jan 17 2017 *)
PROG
(Magma) [p*(p-1)*(73*p^2-45*p+14)/24: p in PrimesUpTo(200)];
CROSSREFS
Sequence in context: A299368 A299932 A058649 * A103308 A320677 A010824
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, May 19 2016
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)