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!)
A156838 Row sums of triangle A156837 3
1, 3, 3, 7, 3, 13, 3, 17, 11, 17, 3, 51, 3, 21, 37, 55, 3, 83, 3, 113, 63, 29, 3, 271, 75, 33, 103, 223, 3, 453, 3, 329, 139, 41, 427, 897, 3, 45, 189, 1265, 3, 1267, 3, 651, 1277, 53, 3, 2943, 929, 1571, 313, 1001, 3, 3147, 2009, 4843 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = 3 iff n is prime.
LINKS
FORMULA
Row sums of triangle A156837.
EXAMPLE
a(4) = 7 since row 4 of triangle A156837 = (3, 3, 0, 1).
MAPLE
A156838 := proc(n)
add(A156837(n, k), k=1..n) ;
end proc: # R. J. Mathar, Mar 03 2013
CROSSREFS
Sequence in context: A062402 A347405 A294015 * A274845 A324048 A100587
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Extended beyond a(14) by R. J. Mathar, Mar 03 2013
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 May 7 17:41 EDT 2024. Contains 372312 sequences. (Running on oeis4.)